Skip to content

build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 #130

build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0

build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 #130

Workflow file for this run

---
# vi: ts=2 sw=2 et:
name: Lint Code Base
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Repo checkout
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: master
MULTI_STATUS: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
VALIDATE_GITHUB_ACTIONS: true