Skip to content

Commit

Permalink
hello github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rshunim committed Sep 19, 2023
1 parent 6340342 commit 6c7dd74
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
on:
push:
jobs:
docker_build:
runs-on: ubuntu-latest
container: devdemisto/dockerbuild:1.0.0.43365
steps:
- uses: actions/checkout@v4
- run: python -m jsonschema -i docker/approved_licenses.json docker/approved_licenses.schema.json
name: Validate Approved Licenses File

# - run:
# name: Validate Approved Licenses File
# command: python -m jsonschema -i docker/approved_licenses.json docker/approved_licenses.schema.json
# - run:
# name: Validate Dependabot Config
# command: ./docker/verify_dependabot.sh
# - run:
# name: Build Docker Images
# command: |
# ./docker/build_docker.sh
# no_output_timeout: 60m
# - store_artifacts:
# path: artifacts
# destination: docker_images
# workflows:
# version: 2
# full_build:

0 comments on commit 6c7dd74

Please sign in to comment.