Skip to content

ci: add initial Github Action lint workflow #2

ci: add initial Github Action lint workflow

ci: add initial Github Action lint workflow #2

Workflow file for this run

name: lint
on:
pull_request:
ignore-paths:
- '**.ts'
- '.eslintrc.json'
- '.eslintignore'
- '.prettierrc'
- 'yarn.lock'
permissions:
contents: read
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No eslint checks required"'