el2_dma_ctrl: Remove unused logic and fix typos #243
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Custom lint | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
run-lint: | |
name: Run lint | |
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ] | |
container: centos:8 | |
env: | |
GHA_EXTERNAL_DISK: additional-tools-3 | |
GHA_SA: gh-sa-veer-uploader | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Run lint | |
run: _secret_lint | |