Skip to content

chore: update sources #211

chore: update sources

chore: update sources #211

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request:
branches:
- main
jobs:
test:
name: Tests Succeeded
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: make test
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}