Skip to content

fix(#461): 🐛 issue with pull request labels with emoji and space #586

fix(#461): 🐛 issue with pull request labels with emoji and space

fix(#461): 🐛 issue with pull request labels with emoji and space #586

Workflow file for this run

name: shellcheck
on:
push:
branches:
- "!main"
pull_request:
workflow_call:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck in container
run: make shellcheck