Skip to content

hotfix: version of 2b928fbc01793aae7a1dc0c6b19988cba45a95c6 #17

hotfix: version of 2b928fbc01793aae7a1dc0c6b19988cba45a95c6

hotfix: version of 2b928fbc01793aae7a1dc0c6b19988cba45a95c6 #17

Workflow file for this run

name: Linting
on: [push]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: yarn install -D
- name: Run linter
run: yarn lint