Install deps in Github Action

This commit is contained in:
Kalle (Sendou) 2021-12-18 10:04:51 +02:00
parent 8924ff5d05
commit fa84a78a9e

View File

@ -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