Skip to content

Merge branch 'update_ubuntu' into saturn #308

Merge branch 'update_ubuntu' into saturn

Merge branch 'update_ubuntu' into saturn #308

Workflow file for this run

name: Shell Check
on: [push, pull_request, workflow_dispatch]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./triton/**