Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyPex committed Jul 15, 2024
1 parent d02df47 commit bb1805c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Challenges Build Test
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
name: 'Build Challenge Container'
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Docker
uses: crazy-max/ghaction-setup-docker@v3
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty For the moment

0 comments on commit bb1805c

Please sign in to comment.