Loading .github/workflows/lint_openapi_schema.yml +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - uses: actions/setup-node@v4 with: node-version: '18.12.1' cache: 'yarn' cache-dependency-path: 'galaxy root/client/yarn.lock' - name: Get full Python version id: full-python-version shell: bash Loading Loading
.github/workflows/lint_openapi_schema.yml +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - uses: actions/setup-node@v4 with: node-version: '18.12.1' cache: 'yarn' cache-dependency-path: 'galaxy root/client/yarn.lock' - name: Get full Python version id: full-python-version shell: bash Loading