Skip to content

Commit

Permalink
ci: checkout before global variables (#5490)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 27, 2023
1 parent 998933a commit 0ec50ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected]
- uses: actions/[email protected]
if: env.SUPPORT_AUTO_PUSH == 'true'
Expand Down

0 comments on commit 0ec50ee

Please sign in to comment.