Skip to content

Merge pull request #244 from mulkieran/remove-stratis-cli-support #478

Merge pull request #244 from mulkieran/remove-stratis-cli-support

Merge pull request #244 from mulkieran/remove-stratis-cli-support #478

Workflow file for this run

---
name: testing dummy CI
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Run dummy test
run: echo "I exist to be Required in Github branch protection rules"