diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml deleted file mode 100644 index 144f59b1..00000000 --- a/.github/workflows/ci-workflow.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: ci-workflow -on: [push, pull_request] -jobs: - job: - runs-on: ubuntu-latest - timeout-minutes: 3 - strategy: - matrix: - node-version: [10.x] - steps: - - uses: actions/checkout@v1 - with: - submodules: true - - name: Lint - uses: mooyoul/tslint-actions@v1.1.1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - project: ${{ github.workspace }}/src/js/tsconfig.json - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} diff --git a/README.md b/README.md index 6f350d6d..fc33e2cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # shapez.io -![](https://github.com/tobspr/shapez.io/workflows/ci-workflow/badge.svg) - shapez.io Logo This is the source code for shapez.io, an open source base building game inspired by factorio.