Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup workflows and scripts #883

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Cleanup workflows and scripts #883

merged 1 commit into from
Jan 23, 2024

Conversation

MikeMcQuaid
Copy link
Owner

  • avoid run: | in GitHub Actions where possible
  • use set -euo pipefail more often in GitHub Actions and scripts
  • use set -x too in script/tests to make failures more obvious

- avoid `run: |` in GitHub Actions where possible
- use `set -euo pipefail` more often in GitHub Actions and scripts
- use `set -x` too in `script/tests` to make failures more obvious
@MikeMcQuaid MikeMcQuaid enabled auto-merge January 23, 2024 11:28
@MikeMcQuaid MikeMcQuaid merged commit 9973623 into main Jan 23, 2024
5 checks passed
@MikeMcQuaid MikeMcQuaid deleted the cleanup branch January 23, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant