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 Oct 13, 2024
1 parent 06f31a3 commit e32347d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 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@v3
- name: Set up Go
uses: actions/setup-go@v3
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.19
- name: Install tools
go-version-file: 'go.mod'
cache: true
- name: Install Tools
run: make tools
- name: Website Lint
run: make website-lint

0 comments on commit e32347d

Please sign in to comment.