Skip to content

chore: Migrate pipenv->uv, Python 3.13, git-annex @ PyPI #784

chore: Migrate pipenv->uv, Python 3.13, git-annex @ PyPI

chore: Migrate pipenv->uv, Python 3.13, git-annex @ PyPI #784

Workflow file for this run

name: ESLint
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: yarn install
- run: yarn run lint