Skip to content

chore: bump postcss-scss from 4.0.6 to 4.0.7 #378

chore: bump postcss-scss from 4.0.6 to 4.0.7

chore: bump postcss-scss from 4.0.6 to 4.0.7 #378

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Testing
run: yarn test
- name: Build
run: yarn build