Skip to content

Commit

Permalink
ci: add first workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ltekieli committed Feb 3, 2025
1 parent d70be98 commit d025323
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflow/itf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ITF CI - code
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out the repository code
- name: Checkout repository
uses: actions/checkout@v4
# Sets up Docker Buildx.
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

0 comments on commit d025323

Please sign in to comment.