diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index fea960c..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: build -on: [push, pull_request] - -jobs: - luacheck: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install Luarocks - run: | - sudo apt-get update -qyy - sudo apt-get install luarocks -qyy - - name: Install Luacheck - run: luarocks install --local luacheck - - name: Run Luacheck - run: $HOME/.luarocks/bin/luacheck mods diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/capturetheflag.iml b/.idea/capturetheflag.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/capturetheflag.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..330a9e2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..3d9cf18 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 03000c6..2172e98 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Capture The Flag - -[![Build status](https://github.com/MT-CTF/capturetheflag/workflows/build/badge.svg)](https://github.com/MT-CTF/capturetheflag/actions) +# Capture The Flag (Fork) * Fast rounds of CTF games. * Removed nodes for focus. @@ -10,7 +8,7 @@ Capture the flag uses several submodules. Make sure to grab them all by cloning like this: ```sh -git clone --recursive https://github.com/MT-CTF/capturetheflag.git +git clone --recursive https://git.sp-codes.de/philipmi/capturetheflag.git ``` ## System Requirements