Skip to content

Add the BigTesty Social Card to the documentation. #150

Add the BigTesty Social Card to the documentation.

Add the BigTesty Social Card to the documentation. #150

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
on:
push:
branches: ['**']
tags-ignore: ['*']
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3'
- name: Run pre-commit
uses: pre-commit/action@v3.0.1