Skip to content

Commit

Permalink
sparse checkout with auth yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick VanCise authored and Nick VanCise committed Dec 25, 2023
1 parent cab7501 commit a203018
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
working-directory: ./docker/server/auth

steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3
with:
sparse-checkout: docker/server/auth
sparse-checkout-cone-mode: false

- name: Setup Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit a203018

Please sign in to comment.