Skip to content

Add CONTRIBUTING.md file #74

Add CONTRIBUTING.md file

Add CONTRIBUTING.md file #74

Workflow file for this run

name: Check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/bootstrap
- run: npm run build
- run: npm run lint