Skip to content

Sync with 0.5.9 snapshots - add copt and cppopt flags #107

Sync with 0.5.9 snapshots - add copt and cppopt flags

Sync with 0.5.9 snapshots - add copt and cppopt flags #107

Workflow file for this run

# Copy/pasted from https://github.com/scala-native/scala-native
name: Check CLA
on: [pull_request]
jobs:
check-cla:
runs-on: ubuntu-latest
steps:
- uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}