You've already forked reloading-manager
fix tpyo (#8)
Reviewed-on: Siteworxpro/reloading-manager#8 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit was merged in pull request #8.
This commit is contained in:
@@ -38,6 +38,29 @@ jobs:
|
||||
cd frontend
|
||||
npm run build
|
||||
|
||||
golangci-lint:
|
||||
name: 🧪 🐹 GolangCI-Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🛡️ 🔒 Add Siteworx CA Certificates
|
||||
run: |
|
||||
apt update && apt install -yq ca-certificates curl
|
||||
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
|
||||
update-ca-certificates
|
||||
- name: 📖 🔍 Checkout Repository Code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: ⚙️ 🐹 Set up Go Environment
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.24.3'
|
||||
cache: true
|
||||
- name: ✅ 🧪 Run GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v8.0.0
|
||||
with:
|
||||
working-directory: backend
|
||||
|
||||
test-go:
|
||||
env:
|
||||
GOPRIVATE: 'git.siteworxpro.com'
|
||||
|
||||
Reference in New Issue
Block a user