Skip to content

rename entitlement, fix pre-condition #46

rename entitlement, fix pre-condition

rename entitlement, fix pre-condition #46

Workflow file for this run

name: Test
on:
push:
paths:
- "pds/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.20'
- run: cd pds && make test