diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-06 17:13:09 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-06 17:13:09 -0600 |
| commit | ab8027e9ee7afbc476811abe26092807c26d9878 (patch) | |
| tree | 6c6bbf9356e49f460d270da90b5eeb68d4561ed7 /.github/workflows/ci.yml | |
| parent | 7d1e2e6cc740fe0294a7170fedfb7e60745ead99 (diff) | |
Remove comments
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2318db..ea25f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,16 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9630827a91eae02aff3a292282b34bd5e37ec55e3d003ebb2975f256247d1825 -size 448 +name: ci +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + lfs: true + submodules: recursive + - name: Set up Ruby 2.6 + uses: actions/setup-ruby@v1 + with: + ruby-version: 2.6.x + - name: Run cibuild + run: bin/cibuild |
