Skip to content

Update the changelog #17

Update the changelog

Update the changelog #17

Workflow file for this run

name: continuous-integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Run tests
run: dotnet test
env:
AKISMET_API_KEY: ${{secrets.AKISMET_API_KEY}}