Skip to content

🔧 Update issue templates #36

🔧 Update issue templates

🔧 Update issue templates #36

Workflow file for this run

name: Check Formatting
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- name: Run ESLint
run: yarn lint