Skip to content

Added Rich Montbriand (CRO) to the Exempt_Users list (#678) #1592

Added Rich Montbriand (CRO) to the Exempt_Users list (#678)

Added Rich Montbriand (CRO) to the Exempt_Users list (#678) #1592

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: 22
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run Linter
run: |
npm ci
npm run lint