Skip to content

fix test

fix test #38

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'
...