Skip to content

Merge pull request #853 from dianna-ai/829-no-more-torchtext-dependency #1654

Merge pull request #853 from dianna-ai/829-no-more-torchtext-dependency

Merge pull request #853 from dianna-ai/829-no-more-torchtext-dependency #1654

Workflow file for this run

name: linting
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
name: Linting build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install additional dependencies
run: |
pip install ruff
- name: Check code style
run: |
ruff check dianna tests