Skip to content

Bump @eslint/eslintrc from 3.3.5 to 3.3.6 #73

Bump @eslint/eslintrc from 3.3.5 to 3.3.6

Bump @eslint/eslintrc from 3.3.5 to 3.3.6 #73

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: "Install dependencies"
run: "npm install"
- name: "Run tests"
run: "npm run test"