feat(rust): don't create a member for an opentelemetry node #12060
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Shell | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
paths-ignore: | |
- ".github/workflows/shell.yml" | |
- "**.sh" | |
- "**.bash" | |
jobs: | |
lint_shellcheck: | |
name: Shell - lint_shellcheck | |
runs-on: ubuntu-22.04 | |
steps: | |
- run: 'echo "Shell - lint_shellcheck - Ignored"' | |
lint_shfmt: | |
name: Shell - lint_shfmt | |
runs-on: ubuntu-22.04 | |
steps: | |
- run: 'echo "Shell - lint_shfmt - Ignored"' |