Skip to content

fix order of actions #181

fix order of actions

fix order of actions #181

Workflow file for this run

name: Pull Request
on:
push:
branches: ['ci-test/*']
pull_request:
branches: '*'
jobs:
trigger-lint:
name: Run Lint Checks
uses: ./.github/workflows/lint.yml
trigger-unit-test:
name: Run Unit Tests
permissions:
pull-requests: write
uses: ./.github/workflows/unit-test.yml
secrets: inherit