Skip to content

Merge pull request #305 from carlsonp/dependabot/github_actions/docke… #175

Merge pull request #305 from carlsonp/dependabot/github_actions/docke…

Merge pull request #305 from carlsonp/dependabot/github_actions/docke… #175

Workflow file for this run

# validate YAML
# https://codebeautify.org/yaml-validator
name: Lint Code Base
on: [push, pull_request]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
# https://github.com/github/super-linter
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}