1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-31 09:57:47 +00:00

Hopefully fix workflow

This commit is contained in:
RGBCube 2022-12-01 19:29:39 +03:00
parent d4b9c8e406
commit 3927f096e7

View file

@ -1,4 +1,3 @@
name: Format Code
on:
@ -8,16 +7,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set Up V
uses: vlang/setup-v@v1.1
with:
check-latest: true
- name: Checkout Repository
uses: actions/checkout@v3
- name: Format Code
run: v fmt -w .