Skip to content

Bump @eslint/plugin-kit, eslint and @eslint/markdown #63

Bump @eslint/plugin-kit, eslint and @eslint/markdown

Bump @eslint/plugin-kit, eslint and @eslint/markdown #63

Workflow file for this run

name: Run Jobs on PR
on: pull_request
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm run build
- uses: ./
with:
jobs: lgtm
github-token: '${{ secrets.GITHUB_TOKEN }}'