Some checks failed
Test / test (push) Has been cancelled
- Use object format for environment instead of array - Update image to rego-windows:latest - Remove deprecated KEY and VERSION 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
147 B
YAML
Executable File
12 lines
147 B
YAML
Executable File
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Test
|
|
uses: ./.github/workflows/check.yml
|