Skip to content

Use apt-cache show in CI #32

Use apt-cache show in CI

Use apt-cache show in CI #32

Workflow file for this run

# For more information, see:
# https://github.com/github/super-linter
---
name: Lint Code Base
on:
push:
branches: [master]
pull_request:
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CPP: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}