✨ api: receive pb-boss job into handler #13397
Workflow file for this run
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' | |