Skip to content

feat(golang): copy rules from gosec #492

feat(golang): copy rules from gosec

feat(golang): copy rules from gosec #492

Workflow file for this run

name: Linting
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint Rules
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
cache: "npm"
cache-dependency-path: "**/.github/workflows/*.yml"
- name: Lint YML
run: npx prettier -c "./rules/**/*.yml"
- name: Validate Schema
run: scripts/validate.sh