Skip to content

fix: #362 Update python runtime version in workers to 3.11 (#369) #521

fix: #362 Update python runtime version in workers to 3.11 (#369)

fix: #362 Update python runtime version in workers to 3.11 (#369) #521

Workflow file for this run

name: "internal/tools"
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [ 16, 18 ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/workflows/actions/setup
with:
node-version: ${{ matrix.node-version }}
- shell: bash
run: pnpm install
--include-workspace-root
--frozen-lockfile
--filter=tools...
- name: Lint
shell: bash
run: pnpm nx run tools:lint