Fix: legit logins only
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
name: Validate AI Skill
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
agnix:
|
||||
name: Agnix Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Validate agent configs
|
||||
uses: agent-sh/agnix@12a1917d13e7c804bc91768c30dd4159f536c5c6
|
||||
Reference in New Issue
Block a user