Skip to content

docs: write automated-dispute module doc #286

docs: write automated-dispute module doc

docs: write automated-dispute module doc #286

Workflow file for this run

name: Main Workflow
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
- main
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
lint:
uses: ./.github/workflows/lint.yml
needs: build
test:
uses: ./.github/workflows/test.yml
needs: lint