Skip to content

[deps]: Update gh minor #188

[deps]: Update gh minor

[deps]: Update gh minor #188

Workflow file for this run

name: main
on:
push:
pull_request:
jobs:
# Perform a variety of checks
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Install NodeJS
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linter
run: yarn run lint:check