Skip to content

ci: Replace Travis with GitHub Actions #1

ci: Replace Travis with GitHub Actions

ci: Replace Travis with GitHub Actions #1

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]