Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rindeal/685b069608e9cc4c3cb50e9425bde4eb to your computer and use it in GitHub Desktop.
Save rindeal/685b069608e9cc4c3cb50e9425bde4eb to your computer and use it in GitHub Desktop.
jobs:
JOB_NAME:
name: "JOB'S PRETTY NAME"
runs-on: ubuntu-latest
defaults:
run:
# -o noclobber: prevent existing regular files from being overwritten by redirection of output
# -o noexec: This option will not execute commands; it’s useful for checking a script for syntax errors.
# -o verbose -o xtrace
shell: bash --noprofile --norc -o errexit -o pipefail -o nounset {0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment