Skip to content

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group #494

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group #494

Workflow file for this run

# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches: [main, alpha]
pull_request:
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
issues: write
statuses: write
jobs:
lint:
name: Lint
uses: theholocron/.github/.github/workflows/lint.yml@main
secrets: inherit
with:
enable-auto-commit: true