Skip to content

remove old HW support from script, as keeping brew up to date didn't … #61

remove old HW support from script, as keeping brew up to date didn't …

remove old HW support from script, as keeping brew up to date didn't … #61

Workflow file for this run

name: MegaLinter
on:
push:
branches-ignore:
- master
workflow_dispatch:
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: oxsecurity/megalinter/flavors/ci_light@beta
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}