Skip to content

Bump actions/setup-dotnet from 4.0.0 to 4.0.1 #480

Bump actions/setup-dotnet from 4.0.0 to 4.0.1

Bump actions/setup-dotnet from 4.0.0 to 4.0.1 #480

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