Skip to content

Bump braces from 3.0.2 to 3.0.3 #57

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #57

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: Run eslint and prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run linter
run: npm run lint