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