Skip to content

Commit

Permalink
checkout sources first
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Aug 5, 2024
1 parent 7f73aed commit d435b4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ericwf-contracts-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
pull_code:
name: Pull code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
check_clang:
if: github.repository_owner == 'efcs'
name: Test clang
Expand Down

0 comments on commit d435b4b

Please sign in to comment.