[TECH] Supprimer l'historique des données de script de passage en foc… #2569
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check node version availability on Scalingo | |
on: [push] | |
jobs: | |
check-node-compatibility: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- uses: 1024pix/pix-actions/check-node-version-availability-on-scalingo@v0 | |
with: | |
directory: 'api' | |