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