Skip to content

✨ Update button naming #84

✨ Update button naming

✨ Update button naming #84

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install our application with dev dependencies
run: pip install ."[dev,ldap]"
- uses: pre-commit/[email protected]