Skip to content

Bump NodaTime.Testing from 3.1.12 to 3.2.0 #339

Bump NodaTime.Testing from 3.1.12 to 3.2.0

Bump NodaTime.Testing from 3.1.12 to 3.2.0 #339

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false
VALIDATE_CHECKOV: false