[BUGFIX] Lire la variable d’env START_JOB_IN_WEB_PROCESS comme booléen #22264
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' | |