Skip to content

Linting so that this file doesn't block the website build #1239 #1977

Linting so that this file doesn't block the website build #1239

Linting so that this file doesn't block the website build #1239 #1977

Workflow file for this run

---
name: TAG-Security-Linter
# Run this workflow on every PR to main
on:
pull_request:
branches:
- main
jobs:
Setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: make setup
Lint:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- name: Lint
run: make lint
Spelling:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- name: Spelling
run: make spelling
Links:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- name: Links
run: make links