Skip to content

feat: use extended ACL (#2) #45

feat: use extended ACL (#2)

feat: use extended ACL (#2) #45

Workflow file for this run

---
name: 'CI'
on:
workflow_dispatch: {}
push:
branches:
- '**'
tags-ignore:
- '**'
defaults:
run:
working-directory: 'netr0m.svc'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
dirname: 'netr0m.svc'
molecule:
uses: ./.github/workflows/molecule.yml
with:
dirname: 'netr0m.svc'
...