mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Get rid of github actions
This commit is contained in:
parent
8696cb2eff
commit
e84e46b3c8
22
.github/workflows/ci-workflow.yml
vendored
22
.github/workflows/ci-workflow.yml
vendored
@ -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 }}
|
|
@ -1,7 +1,5 @@
|
|||||||
# shapez.io
|
# shapez.io
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<img src="https://i.imgur.com/dzvAhEY.png" alt="shapez.io Logo" width="500">
|
<img src="https://i.imgur.com/dzvAhEY.png" alt="shapez.io Logo" width="500">
|
||||||
|
|
||||||
This is the source code for shapez.io, an open source base building game inspired by factorio.
|
This is the source code for shapez.io, an open source base building game inspired by factorio.
|
||||||
|
Loading…
Reference in New Issue
Block a user