Compare commits
2 commits
9919da65d4
...
ed3c4d3e8e
Author | SHA1 | Date | |
---|---|---|---|
ed3c4d3e8e | |||
d18d8136cf |
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/prettier.yml
Normal file
15
.forgejo/workflows/prettier.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: 'Check project using prettier'
|
||||
author: '9pfs@amcforum.wiki (h @ nest)'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: prettier
|
||||
run: |
|
||||
NODE_ENV=development npm ci
|
||||
npx prettier --check .
|
Loading…
Reference in a new issue