Drop redundant Widen operator from RHS of subtyping rule #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build Kotlin spec on PRs (Docker version)' | |
on: [pull_request] | |
jobs: | |
build-spec: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: 'Checkout' | |
uses: actions/checkout@v3 | |
- name: 'Build Kotlin spec in its Docker container' | |
uses: ./.github/actions/build-spec-in-docker | |
- name: 'Upload Kotlin spec artifacts' | |
uses: ./.github/actions/upload-spec-artifacts |