File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 with :
1414 ref : ${{ github.head_ref }}
1515
16- - name : Run prettier
17- uses : docker://permafrostsoftware/prettier-docker-ga
16+ - uses : oven-sh/setup-bun@v2
1817 with :
19- args : --config prettier.config.js *.js *.json *.yml ./src/* ./tests/*
18+ bun-version : latest
19+
20+ - name : Run Prettier
21+ run : node_modules/.bin/prettier --config prettier.config.js *.js *.json *.yml ./src/* ./tests/*
2022
2123 - name : Run ESLint
22- uses : permafrost-dev/eslint-docker-ga@main
23- with :
24- args : --config .eslintrc.js --fix --ext ts,js ./src/**/* ./tests/**/*
24+ run : node_modules/.bin/eslint --config eslint.config.js --fix --ext ts,js ./src/**/* ./tests/**/*
2525
2626 - name : Commit changes
2727 uses : stefanzweifel/git-auto-commit-action@v5
You can’t perform that action at this time.
0 commit comments