Skip to content

rasptherm, rasptherm-e2e: Removing 'fix' configuration #23

rasptherm, rasptherm-e2e: Removing 'fix' configuration

rasptherm, rasptherm-e2e: Removing 'fix' configuration #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'poetry'
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v4
- run: npx nx format:check
- run: npx nx affected -t install
- run: npx nx affected -t format --check
- run: npx nx affected -t lint,typecheck,test