testing actions
All checks were successful
/ test (push) Successful in 11s

This commit is contained in:
Louis Guidez reind33r 2024-02-07 23:23:09 +01:00
parent acb097d8f7
commit e255f0343d

View file

@ -1,13 +1,17 @@
on:
push:
tags:
- 'v*'
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: xxxxxxxxxxxxxxxx@xx
# on:
# push:
# tags:
# - 'v*'
on: [push]
jobs:
build:
runs-on: docker # default is alpine:3.19
steps:
- uses: actions/checkout@v3
- shell: ash
run: |
ls ${{ github.workspace }}
# - name: Setup Node.js
# uses: xxxxxxxxxxxxxxxxxx@xx
# with: