add: first CI/CD script
All checks were successful
Deployment CI/CD / test-job (push) Successful in 7s

This commit is contained in:
Guams 2026-09-02 22:30:24 +02:00
parent 036df802d5
commit a3debab728

View File

@ -0,0 +1,17 @@
name: Deployment CI/CD
on: [push]
jobs:
test-job:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository code
uses: https://gitea.com/actions/checkout@v4
with:
ref: 'main'
- name: Message de confirmation
run: ls -a