Skip to content

Bump xunit.runner.console from 2.5.0 to 2.5.1 #152

Bump xunit.runner.console from 2.5.0 to 2.5.1

Bump xunit.runner.console from 2.5.0 to 2.5.1 #152

Workflow file for this run

---
name: Lint Code Base
# https://github.com/marketplace/actions/super-linter
# Start the job on all push
on:
push:
branches-ignore:
- "master"
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.0.0
################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter:v3.3.0
env:
VALIDATE_ALL_CODEBASE: true