Skip to content

feat: automatically update major tags #4

feat: automatically update major tags

feat: automatically update major tags #4

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run tests
shell: bash
run: make test