Skip to content

chore(NODE-6035): update github actions (#34) #190

chore(NODE-6035): update github actions (#34)

chore(NODE-6035): update github actions (#34) #190

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@v4
- name: actions/setup
uses: ./.github/actions/setup
- run: npm run check:lint