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:
|
||||
name: "Test"
|
||||
runs-on: "vps-4"
|
||||
container:
|
||||
image: "cimg/openjdk:22.0-node"
|
||||
steps:
|
||||
|
@ -69,7 +68,6 @@ jobs:
|
|||
|
||||
eslint:
|
||||
name: eslint
|
||||
runs-on: vps-4
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -96,7 +94,6 @@ jobs:
|
|||
|
||||
prettier:
|
||||
name: prettier
|
||||
runs-on: vps-4
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -123,7 +120,6 @@ jobs:
|
|||
|
||||
test-build:
|
||||
name: test-build
|
||||
runs-on: vps-4
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue