Skip to content

Update module github.com/wabarc/helper to v0.0.0-20230418130954-be7440352bcb - autoclosed #53

Update module github.com/wabarc/helper to v0.0.0-20230418130954-be7440352bcb - autoclosed

Update module github.com/wabarc/helper to v0.0.0-20230418130954-be7440352bcb - autoclosed #53

Workflow file for this run

name: Linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
permissions: write-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: 'main'
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: false
VALIDATE_ANSIBLE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}