From bb1805ca24467fc80d0d9ee03618107505f53d2f Mon Sep 17 00:00:00 2001 From: SlyPex Date: Mon, 15 Jul 2024 21:27:37 +0100 Subject: [PATCH] Initial Commit --- .github/workflows/ci.yml | 19 +++++++++++++++++++ README | 1 + 2 files changed, 20 insertions(+) create mode 100644 .github/workflows/ci.yml create mode 100644 README diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..785625c --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..af931cb --- /dev/null +++ b/README @@ -0,0 +1 @@ +# Empty For the moment