Skip to content

docs: remove reduant windows instruction (and fix list numbers) #46

docs: remove reduant windows instruction (and fix list numbers)

docs: remove reduant windows instruction (and fix list numbers) #46

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: 'lobster checks'
on:
pull_request:
paths-ignore:
- "**lobster"
jobs:
sh-checker:
name: Shellcheck + Shfmt
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify lobster"'
check-exec:
name: Executable Bit
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify lobster"'
version-bump:
name: Version Bump
runs-on: ubuntu-latest
steps:
- run: 'echo "Not required: did not modify lobster"'