Skip to content

Commit

Permalink
Update apple-fix-to-fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme authored Dec 24, 2024
1 parent 29d8caf commit 3750a42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/apple-fix-to-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
apply-fix:
strategy:
matrix:
go-version: [ 'stable' ]
name: gci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout PR code
Expand All @@ -18,6 +22,10 @@ jobs:
run: |
echo "Base repository: ${{ github.event.pull_request.base.repo.full_name }}"
echo "Head repository: ${{ github.event.pull_request.head.repo.full_name }}"
- name: Setup Golang ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install gci
run: go install github.com/daixiang0/gci@latest
- name: Run gci
Expand Down

0 comments on commit 3750a42

Please sign in to comment.