Skip to content

update create-pr

update create-pr #101

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