Skip to content

Running Quality Gate on refs/pull/45/merge #33

Running Quality Gate on refs/pull/45/merge

Running Quality Gate on refs/pull/45/merge #33

Workflow file for this run

name: Run Quality Gate
run-name: Running Quality Gate on ${{ github.ref }}
on:
pull_request
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Install dependencies
uses: ./.github/actions/install-deps
- name: Lint
run: npm run lint