Skip to content

fix: upgrade password checker to remove the styled-components sub-library #1361

fix: upgrade password checker to remove the styled-components sub-library

fix: upgrade password checker to remove the styled-components sub-library #1361

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
tests-components:
uses: ./.github/workflows/tests-components.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests, tests-components]
steps:
- name: 'Done'
run: echo "Done"