Skip to content

Commit 5a3ce78

Browse files
authored
Merge pull request #265 from tmillr/ci-update-colors
ci(update-colors): install stylua before using it
2 parents 037f265 + c22bc62 commit 5a3ce78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-color-primitives.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ jobs:
4848
EOF
4949
done
5050
51-
- run: make fmt
51+
- uses: JohnnyMorganz/stylua-action@v3
52+
with:
53+
token: ${{ secrets.GITHUB_TOKEN }}
54+
version: latest
55+
args: -f stylua.toml --verify -- '${{ _DEST_DIR }}'
5256

5357
- uses: peter-evans/create-pull-request@v5
5458
with:

0 commit comments

Comments
 (0)