Skip to content

chore(NODE-5387): add release automation #152

chore(NODE-5387): add release automation

chore(NODE-5387): add release automation #152

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: actions/setup
uses: ./.github/actions/setup
- run: npm run check:lint