Skip to content

Allow fast forward merge only. #45

Allow fast forward merge only.

Allow fast forward merge only. #45

Workflow file for this run

name: Quality Assurance
on:
workflow_dispatch:
pull_request:
branches: [dev]
push:
branches: [dev]
jobs:
lint:
name: Run Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- run: yarn lint:tsc
- run: yarn lint:eslint
- run: yarn lint:scss
- run: yarn lint:commit --branch "${{ github.head_ref || github.ref_name }}"
audit:
name: Run Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn npm audit --severity moderate