This commit is contained in:
Ale 2023-07-06 13:25:04 +02:00
parent 012c085d22
commit 98e3d046ab

View file

@ -6,6 +6,6 @@ on:
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
image: node:latest uses: node:latest
steps: steps:
- run: echo All Good - run: echo All Good