Update .gitea/workflows/ci.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
564cc84c79
commit
2d8510c6a4
1 changed files with 0 additions and 4 deletions
|
@ -37,7 +37,6 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: "Test"
|
name: "Test"
|
||||||
runs-on: "vps-4"
|
|
||||||
container:
|
container:
|
||||||
image: "cimg/openjdk:22.0-node"
|
image: "cimg/openjdk:22.0-node"
|
||||||
steps:
|
steps:
|
||||||
|
@ -69,7 +68,6 @@ jobs:
|
||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
name: eslint
|
name: eslint
|
||||||
runs-on: vps-4
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -96,7 +94,6 @@ jobs:
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
name: prettier
|
name: prettier
|
||||||
runs-on: vps-4
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -123,7 +120,6 @@ jobs:
|
||||||
|
|
||||||
test-build:
|
test-build:
|
||||||
name: test-build
|
name: test-build
|
||||||
runs-on: vps-4
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue