feat(uv): add uv as a pip alternative for dealing with pypi #1942
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Selene check | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
jobs: | |
selene: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Selene check | |
uses: NTBBloodbath/selene-action@v1.0.0 | |
with: | |
# token is needed because the action allegedly downloads binary from github releases | |
token: ${{ secrets.GITHUB_TOKEN }} | |
args: lua/ tests/ | |
version: 0.27.1 |