Skip to content

Initial commit

Initial commit #2

# vim: sw=2
name: Misc
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check-version-bump:
name: Check version bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check if version bumped
uses: del-systems/check-if-version-bumped@v2