Skip to content

Bump the xunit group with 2 updates #901

Bump the xunit group with 2 updates

Bump the xunit group with 2 updates #901

Workflow file for this run

name: lint
on:
push:
branches: [main, release-*]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: github/super-linter@v5.0.0
env:
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\boutput.*\.txt$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false