Skip to content

Fix nullability annotations for HasType and DerivesFrom (#17) #25

Fix nullability annotations for HasType and DerivesFrom (#17)

Fix nullability annotations for HasType and DerivesFrom (#17) #25

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
name: CI
uses: zysharp/workflows/.github/workflows/ci.yaml@master
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}