Skip to content

Commit

Permalink
fix: move deny to github action
Browse files Browse the repository at this point in the history
error on buildkite runner: getaddrinfo() thread failed to start
-> probably because of old docker version
  • Loading branch information
Lazzaretti committed Oct 1, 2023
1 parent 6d4d27f commit 11fb87c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Verify

on:
push:
branches:
- master
pull_request:


jobs:
check-deny:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: positive
run: docker-compose run --rm deny



4 changes: 0 additions & 4 deletions buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ steps:
plugins:
- docker-compose#v3.0.3:
run: check-readme
- label: "check deny"
plugins:
- docker-compose#v3.0.3:
run: deny
- label: "example: execute hello world"
commands:
- cd examples/examples/src/hello_world
Expand Down

0 comments on commit 11fb87c

Please sign in to comment.