Skip to content

Commit

Permalink
try checking out ref
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Sep 4, 2023
1 parent 812e706 commit c538542
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
image: cubicrootxyz/matrix-go:1.21
options: --user root
steps:
- uses: actions/checkout@v3
name: Checkout the repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Run golangci
run: golangci-lint run --timeout 3m0s -buildvcs=false
run: golangci-lint run --timeout 3m0s

build_documentation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c538542

Please sign in to comment.