Skip to content

Instantly share code, notes, and snippets.

@maxday
Created March 22, 2020 19:01
Show Gist options
  • Save maxday/823daa434b07d0bd98a45f850013c858 to your computer and use it in GitHub Desktop.
Save maxday/823daa434b07d0bd98a45f850013c858 to your computer and use it in GitHub Desktop.
on: [push]
jobs:
native_build:
runs-on: ubuntu-latest
name: Build native Quarkus app
steps:
- name: Checkout the code
uses: actions/checkout@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment