forked from spacebar/SplatNet
set default to debian
This commit is contained in:
parent
55dac53746
commit
a4051361e5
1 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-ubuntu:
|
lint-debian:
|
||||||
runs-on: ubuntu-latest
|
runs-on: debian-latest
|
||||||
container:
|
container:
|
||||||
image: node:20-bookworm
|
image: node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -21,10 +21,10 @@ jobs:
|
||||||
- name: JS
|
- name: JS
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
|
|
||||||
lint-debian:
|
lint-ubuntu:
|
||||||
needs: lint-ubuntu
|
needs: lint-debian
|
||||||
if: failure()
|
if: failure()
|
||||||
runs-on: debian-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:20-bookworm
|
image: node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue