Skip to content

config.mk: bump version: 5.43 -> 5.43.1 #6

config.mk: bump version: 5.43 -> 5.43.1

config.mk: bump version: 5.43 -> 5.43.1 #6

Workflow file for this run

name: Shellcheck CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Check shell scripts for errors
run: make -f Makefile.lint shellcheck
# End of file.