Skip to content

feat(pypi): improve resolving suitable python version #1912

feat(pypi): improve resolving suitable python version

feat(pypi): improve resolving suitable python version #1912

Workflow file for this run

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