Skip to content

Update all dependencies #545

Update all dependencies

Update all dependencies #545

Workflow file for this run

name: PR checks
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: yarn install --immutable
- name: Build js
run: yarn run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: yarn install --immutable
- name: Lint js and scss
run: yarn run lint