Skip to content

one more branch update #103

one more branch update

one more branch update #103

Workflow file for this run

on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install npm dependencies
run: npm install
- name: Run linter
run: npm run format:check