Skip to content

Commit

Permalink
Add merge_conflict_job (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 29, 2023
1 parent 17111c8 commit 0904c13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ jobs:
ank run workload trailer_connected_provider --runtime podman --config $'image: sdvblueprint.azurecr.io/sdvblueprint/in-vehicle-stack/trailer_connected_provider:0.1.0\ncommandOptions: ["--network", "host", "--name", "trailer_connected_provider"]' --agent agent_A
- run: ank get workloads
- run: cat /tmp/logs/*.log
merge_conflict_job:
# This ensures that no git merge conflict markers (<<<, ...) are contained
name: Find merge conflicts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: 'false'
- name: Merge Conflict finder
uses: olivernybroe/[email protected]

0 comments on commit 0904c13

Please sign in to comment.