mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Hopefully fix workflow
This commit is contained in:
parent
d4b9c8e406
commit
3927f096e7
1 changed files with 4 additions and 6 deletions
8
.github/workflows/format.yml
vendored
8
.github/workflows/format.yml
vendored
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
name: Format Code
|
name: Format Code
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -8,16 +7,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Set Up V
|
- name: Set Up V
|
||||||
uses: vlang/setup-v@v1.1
|
uses: vlang/setup-v@v1.1
|
||||||
with:
|
with:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Format Code
|
- name: Format Code
|
||||||
run: v fmt -w .
|
run: v fmt -w .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue