chore: try removing cache from fmt and lint (#8001)

This commit is contained in:
Kyle Carberry
2023-06-13 10:48:53 -05:00
committed by GitHub
parent 9cf3c582cb
commit 75078fafa2
2 changed files with 14 additions and 7 deletions
+12 -5
View File
@@ -188,12 +188,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
- uses: buildjet/setup-node@v3
with:
node-version: 16.16.0
- uses: buildjet/setup-go@v4
with:
# This doesn't need caching. It's super fast anyways!
cache: false
go-version: 1.20.5
- name: Install prettier
run: npm install -g prettier
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0