Skip to content

Bump gittools/actions from 0.10.2 to 0.12.0 #399

Bump gittools/actions from 0.10.2 to 0.12.0

Bump gittools/actions from 0.10.2 to 0.12.0 #399

Workflow file for this run

name: docker
on:
push:
branches: [main, support/*]
tags: ["*"]
pull_request:
branches: [main, support/*]
jobs:
docker:
name: build & run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: docker build
run: docker build -t json-ld.net .
- name: docker test
run: docker run --rm json-ld.net dotnet test