Skip to content

Update after refactoring #22

Update after refactoring

Update after refactoring #22

Workflow file for this run

name: Lint
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
pull_request:
branches:
- main
- pre_release
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm i
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true