Skip to content

Commit

Permalink
feat: add transpire ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 9, 2023
1 parent 37a3c2a commit 232f2f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
- name: Lint
run: |
yarn lint --max-warnings=0
transpire-ci:
uses: ocf/transpire-ci/.github/workflows/trigger.yml@master
needs: lint
with:
module_name: ocfstatic
secrets:
TRANSPIRE_CI_PAT: ${{ secrets.TRANSPIRE_CI_PAT }}

0 comments on commit 232f2f7

Please sign in to comment.