Skip to content

chore: pin the version of golangci-lint (#228) #510

chore: pin the version of golangci-lint (#228)

chore: pin the version of golangci-lint (#228) #510

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
checks: write
jobs:
spectral:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl https://italia.github.io/api-oas-checker/spectral-full.yml > .spectral.yml
# Get additional module required by spectral-full
- run: mkdir functions
- run: curl https://raw.githubusercontent.com/italia/api-oas-checker/f6f4e6e360b2ce9816dcca29396571dda1c6027d/security/functions/checkSecurity.js > functions/checkSecurity.js
- uses: stoplightio/[email protected]