Skip to content

sensor: Applying auto-formatting #55

sensor: Applying auto-formatting

sensor: Applying auto-formatting #55

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
- run: npx nx affected -t test
env:
BACKEND_CORS_ENABLED: 'False'
BACKEND_CORS_ALLOW_ORIGINS: '[]'
BACKEND_SENSOR_HOST: 'https://www.example.com/'