Skip to content

⬆️ Bump braces from 3.0.2 to 3.0.3 #43

⬆️ Bump braces from 3.0.2 to 3.0.3

⬆️ Bump braces from 3.0.2 to 3.0.3 #43

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint