Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 (#526) #180

Bump certifi from 2022.12.7 to 2023.7.22 (#526)

Bump certifi from 2022.12.7 to 2023.7.22 (#526) #180

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
name: Run linters
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2 # Check out the repository first.
- name: Run prettier (JavaScript & TypeScript)
run: |
pushd frontend
npm install
npm run lint