mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
## Problem Add a CI pipeline that checks GitHub Workflows with https://github.com/rhysd/actionlint (it uses `shellcheck` for shell scripts in steps) To run it locally: `SHELLCHECK_OPTS=--exclude=SC2046,SC2086 actionlint` ## Summary of changes - Add `.github/workflows/actionlint.yml` - Fix actionlint warnings
9 lines
137 B
YAML
9 lines
137 B
YAML
self-hosted-runner:
|
|
labels:
|
|
- gen3
|
|
- large
|
|
- small
|
|
- us-east-2
|
|
config-variables:
|
|
- SLACK_UPCOMING_RELEASE_CHANNEL_ID
|