Skip to content

Pls work

Pls work #55

Workflow file for this run

name: Development CI
on:
push:
branches:
- rewrite
- test/**
paths:
- Payload_Type/thanatos/agent/**
- Payload_Type/thanatos/mythic/**
- .github/**
env:
AGENT_CODE: Payload_Type/thanatos/agent
MYTHIC_CODE: Payload_Type/thanatos/mythic
jobs:
lint-workflow:
name: Lint
uses: ./.github/workflows/lint.yml
test-workflow:
name: Test
uses: ./.github/workflows/test.yml
sanitizer-workflow:
name: Sanitizers
uses: ./.github/workflows/sanitizers.yml

Check failure on line 29 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dev-ci.yml" -> "./.github/workflows/sanitizers.yml" : failed to fetch workflow: workflow was not found.