Skip to content

Haff/ep bump

Haff/ep bump #81

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: '*'
jobs:
trigger-lint:
name: Run Lint Checks
uses: ./.github/workflows/lint.yml
trigger-unit-test:
name: Run Unit Tests
uses: ./.github/workflows/unit-test.yml
secrets: inherit