Skip to content

Bump actions/checkout from 2 to 4 #160

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #160

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Sass
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
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@v2
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn lint:ci