Skip to content

Merge pull request #131 from oddbird/dependabot/npm_and_yarn/npm-mino… #171

Merge pull request #131 from oddbird/dependabot/npm_and_yarn/npm-mino…

Merge pull request #131 from oddbird/dependabot/npm_and_yarn/npm-mino… #171

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Sass
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn lint:ci