Remove Siteworx CA Certificates step from lint.yml
All checks were successful
🚨 Test Code Base / 🧹 Lint (push) Successful in 50s
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Successful in 1m4s

This commit is contained in:
2025-08-30 22:32:30 -04:00
parent d7389ce856
commit bbd987beca

View File

@@ -15,11 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
- name: ⚙️ 🐹 Set up Go Environment
uses: actions/setup-go@v2
with: