main-loop-async 0.1.2

Makes running async code from a main loop (ui loop, game loop) more ergonomic
Documentation
name: Check Semver

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

  # TODO 4: Needs to be updated to run before deploy, this no longer works because we are moving the trunk based development with main as the trunk
on:
  pull_request:
    branches:
      - main
  workflow_call:

env:
  CARGO_TERM_COLOR: always

jobs:
  semver-checks:
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: wykies/checkout@main
      - name: Check semver
        uses: obi1kenobi/cargo-semver-checks-action@main