Skip to content

add support for pytorch-triton #293

add support for pytorch-triton

add support for pytorch-triton #293

Workflow file for this run

name: lint
on:
push:
branches:
- main
- releases/*
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup development environment
uses: ./.github/actions/setup-dev-env
- name: Restore pre-commit cache
uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: |
pre-commit-
- name: Run lint
run: doit lint