Skip to content

Fix for NTP issues and ROS master #22

Fix for NTP issues and ROS master

Fix for NTP issues and ROS master #22

Workflow file for this run

name: shfmt
on:
- pull_request
- push
jobs:
sh-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_shellcheck_disable: true
sh_checker_comment: true