Skip to content

Commit

Permalink
Working on actions fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Jan 19, 2021
1 parent 57a0e3a commit 5a97ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
- run: sudo npm i -g showdown terser prettier figlet-cli
- run: prettier --quote-props=consistent --trailing-comma=all --no-semi --write -- ./
- run: prettier --quote-props=consistent --trailing-comma=all --no-semi --write --loglevel=silent -- ./
- run: terser --compress --mangle -o bijou-min.js -- bijou.js
- run: showdown makehtml -i README.md -o README.html
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 5a97ab4

Please sign in to comment.