Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
Signed-off-by: nythepegasus <[email protected]>
  • Loading branch information
nythepegasus authored Oct 22, 2024
1 parent b05a61e commit 550e776
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Cache APT packages
uses: actions/cache@v4
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-cache
restore-keys: |
${{ runner.os }}-apt-cache
- name: Update APT cache
run: sudo apt-get update

Expand All @@ -37,3 +29,11 @@ jobs:
else
echo "servers.json is valid"
fi
- name: Cache APT packages
uses: actions/cache@v4
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-cache
restore-keys: |
${{ runner.os }}-apt-cache

0 comments on commit 550e776

Please sign in to comment.