Skip to content

Commit

Permalink
Add support for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Aug 21, 2024
1 parent d571b97 commit 68a06e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added .github/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build Docker images
on: [pull_request]

env:
ghprbPullId: ${{ github.event.number }}
ghprbGhRepository: ${{ github.event.repository.name }}

jobs:
build:
name: Build Docker images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./ci_test.py
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @shahmishal

0 comments on commit 68a06e8

Please sign in to comment.