Skip to content

Commit

Permalink
Merge pull request #837 from bottlerocket-os/github-actions
Browse files Browse the repository at this point in the history
Set up GitHub Actions
  • Loading branch information
iliana authored Mar 10, 2020
2 parents d0ecc27 + 869cd97 commit c619bd2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build
on:
pull_request:
branches: [develop]
jobs:
build:
runs-on: [self-hosted, linux, x64]
steps:
- uses: actions/checkout@v1
- run: cargo install --version 0.28.0 cargo-make
- run: cargo install --version 0.6.6 cargo-deny --no-default-features
- run: cargo make

0 comments on commit c619bd2

Please sign in to comment.