Skip to content

fixes: ERROR! The requested handler <'Reboot containers' / 'Reboot se… #251

fixes: ERROR! The requested handler <'Reboot containers' / 'Reboot se…

fixes: ERROR! The requested handler <'Reboot containers' / 'Reboot se… #251

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]