Skip to content

initialize status code instead of trying to grab it from exception #178

initialize status code instead of trying to grab it from exception

initialize status code instead of trying to grab it from exception #178

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 }}