Skip to content

feat: add script context logging #22

feat: add script context logging

feat: add script context logging #22

Workflow file for this run

# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
---
name: Linter
on:
pull_request:
branches:
- main
types:
- opened
- ready_for_review
- synchronize
- reopened
merge_group:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
linter:
uses: raven-actions/.workflows/.github/workflows/__linter.yml@main
secrets: inherit