Skip to content

Bump braces from 3.0.2 to 3.0.3 #290

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #290

Workflow file for this run

name: JavaScript Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm packages
run: npm install
- name: Lint with ESLint
run: ./node_modules/.bin/eslint capstone/src/.