feat: initial commit with tool and docs #1
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: Shellcheck | |
on: | |
push: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
check: | |
runs-on: ubuntu-2204 | |
name: Check tool | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run Shellcheck | |
run: shellcheck -s bash src/apt-deb822-tool.bash |