Skip to content

chore: RC 28-08-2023 #9832

chore: RC 28-08-2023

chore: RC 28-08-2023 #9832

Workflow file for this run

name: Lint
on:
push:
branches: [staging, main]
pull_request:
branches: [staging, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint