Skip to content

fix: check for correct 'emotionally_laden' doc extension when creating emotion classifier #16

fix: check for correct 'emotionally_laden' doc extension when creating emotion classifier

fix: check for correct 'emotionally_laden' doc extension when creating emotion classifier #16

Workflow file for this run

# GitHub action to run linting
name: run-linting
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip"
- name: Install dependencies
run: make install
- name: Lint
id: lint
run: |
make lint