diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml new file mode 100644 index 0000000..cecf3f3 --- /dev/null +++ b/.forgejo/workflows/actions.yml @@ -0,0 +1,11 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - name: Setup dotnet + uses: https://github.com/actions/setup-dotnet@v4 + with: + dotnet-version: '4.5' + - run: dotnet build