Commit 2845922
Changed files (1)
.github
workflows
.github/workflows/omnibus.yml
@@ -0,0 +1,20 @@
+name: omnibus
+on:
+ push:
+ branches: [main]
+ pull_request:
+ branches: [main]
+jobs:
+ deb:
+ runs-on: macos-latest
+ steps:
+ - uses: actions/checkout@v2
+ with:
+ lfs: true
+ submodules: recursive
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: '3.0'
+ bundler-cache: true
+ - run: ./bin/setup
+ - run: bundle exec omnibus build spandx