Skip to content

Rename LAT (i.e. latent) token to the better known CLS token name #515

Rename LAT (i.e. latent) token to the better known CLS token name

Rename LAT (i.e. latent) token to the better known CLS token name #515

Workflow file for this run

name: "Code Format"
on:
# Trigger the workflow on push or pull request,
# but only for the master and dev branches
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install and run pre-commit hooks
uses: pre-commit/[email protected]