Skip to content

Break into separate lib and bin crates #7

Break into separate lib and bin crates

Break into separate lib and bin crates #7

Workflow file for this run

name: Test the Github Action
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
file: CHANGELOG.md
pattern: "v2.0.0"
- uses: ./
with:
file: CHANGELOG.md
pattern: "this does not exist"