Skip to content

Bump ruff from 0.6.4 to 0.6.5 in /components/notifier #14472

Bump ruff from 0.6.4 to 0.6.5 in /components/notifier

Bump ruff from 0.6.4 to 0.6.5 in /components/notifier #14472

Workflow file for this run

name: Feature tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run feature tests
run: ./tests/feature_tests/ci/test.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: build-artifacts
path: build