Skip to content

Merge pull request #1 from hifis-net/github-actions #4

Merge pull request #1 from hifis-net/github-actions

Merge pull request #1 from hifis-net/github-actions #4

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- "main"
jobs:
shellcheck:
name: "Shellcheck"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- name: "Run ShellCheck"
uses: "ludeeus/action-shellcheck@master"