Skip to content

ci: Use new reusable workflows #9

ci: Use new reusable workflows

ci: Use new reusable workflows #9

Workflow file for this run

name: 'Lint'
on:
push:
branches-ignore: ['*-no-ci']
pull_request:
branches-ignore: ['*-no-ci']
permissions:
contents: 'read'
pages: 'write'
id-token: 'write'
jobs:
lint-bash:
name: 'Lint Bash'
uses: 'fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'