Skip to content

Commit

Permalink
chore(gh): update website lint
Browse files Browse the repository at this point in the history
- Correct formatting.
- Pin GitHub Actions to release commit SHA.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 8, 2025
1 parent d7712eb commit 0e41a36
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/website-lint.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: website-lint

on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install tools
run: make tools
- name: Website Lint
run: make website-lint
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
cache: true
- name: Install Tools
run: make tools
- name: Website Lint
run: make website-lint

0 comments on commit 0e41a36

Please sign in to comment.