Skip to content

Update Unit testing and add to CI (#58) #3

Update Unit testing and add to CI (#58)

Update Unit testing and add to CI (#58) #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
environment:
name: Semver
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}