Skip to content

fix(deps): update dependency sass to v1.77.6 #210

fix(deps): update dependency sass to v1.77.6

fix(deps): update dependency sass to v1.77.6 #210

Workflow file for this run

name: wp_theme
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: "yarn"
- name: install dependencies
run: yarn install --frozen-lockfile # optional, --immutable
- name: test project
run: yarn test --passWithNoTests
- name: build project
run: yarn build