iceshrimp-legacy/.github/workflows/lint.yml
Kainoa Kanter ff99a92f4d
Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-05-29 18:39:44 -07:00

24 lines
438 B
YAML

name: Lint
on:
push:
branches:
- master
- develop
pull_request:
jobs:
workspaces:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: corepack enable
- run: yarn install
- run: yarn workspaces ${{ matrix.workspace }} lint