Skip to content

Fix password changes for those with no password. #2426

Fix password changes for those with no password.

Fix password changes for those with no password. #2426

Workflow file for this run

name: Inspect
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Preform pre-commit analysis
uses: pre-commit/action@v2.0.0