Skip to content

do not join lint filenames #9

do not join lint filenames

do not join lint filenames #9

Workflow file for this run

name: Forge Webhook Parser CI
on:
pull_request:
push:
branches:
- "main"
workflow_dispatch:
jobs:
nox:
uses: ./.github/workflows/reusable-nox.yaml
check:
if: always()
needs:
- nox
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}