Skip to content

Add OPCR

Add OPCR #16

name: Pull Requests Linter
on:
pull_request:
branches: [main]
paths:
- 'README.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm test