Skip to content

feat(github): Support membership in multiple groups #211

feat(github): Support membership in multiple groups

feat(github): Support membership in multiple groups #211

Workflow file for this run

name: Lint
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v6
- name: install
run: pnpm i
- name: lint
run: pnpm run lint