Skip to content

fix: remove hostname from uname output in OS detection #189

fix: remove hostname from uname output in OS detection

fix: remove hostname from uname output in OS detection #189

Workflow file for this run

# Added due to required but conditional checks
# Read more: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks#handling-skipped-but-required-checks
name: 'ani-cli checks'
on:
pull_request:
paths-ignore:
- "/ani-cli"
jobs:
sh-checker:
name: Shellcheck + Shfmt
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify ani-cli"'
check-exec:
name: Executable Bit
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify ani-cli"'
version-bump:
name: Version Bump
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify ani-cli"'