Skip to content

build(deps-dev): bump postcss from 8.4.30 to 8.4.31 #65

build(deps-dev): bump postcss from 8.4.30 to 8.4.31

build(deps-dev): bump postcss from 8.4.30 to 8.4.31 #65

Workflow file for this run

name: Test
# run on all PRs (even the ones that target other branches)
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile # optional, --immutable
- run: yarn prettier --check .
- run: yarn lint
- run: yarn test