This commit is contained in:
parent
0614926ebf
commit
46d03fde5e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,8 +3,12 @@ jobs:
|
|||
desec-script:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu-latest
|
||||
image: node:latest
|
||||
steps:
|
||||
- run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue