mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-18 16:43:56 -05:00
Install deps in Github Action
This commit is contained in:
parent
8924ff5d05
commit
fa84a78a9e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: npm install
|
||||
- name: Prettier
|
||||
run: npm run prettier:check
|
||||
- name: Stylelint
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user