Skip to content

add content check for huntress URLS - remove bugsnag as a test #177

add content check for huntress URLS - remove bugsnag as a test

add content check for huntress URLS - remove bugsnag as a test #177

Workflow file for this run

name: Lint
on:
push:
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Lint
uses: docker://github/super-linter
env:
GITHUB_TOKEN: $({github.token})
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}