Skip to content

Move JSpecify annotations closest to the target and enable NullAway a… #220

Move JSpecify annotations closest to the target and enable NullAway a…

Move JSpecify annotations closest to the target and enable NullAway a… #220

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit