Skip to content

🔨️ (deps): Bump actions/setup-python from 3 to 5 #133

🔨️ (deps): Bump actions/setup-python from 3 to 5

🔨️ (deps): Bump actions/setup-python from 3 to 5 #133

Workflow file for this run

name: "Test suite"
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_call:
defaults:
run:
shell: bash
jobs:
syntax:
name: "🧪 Check the package's syntax"
runs-on: ubuntu-latest
steps:
- name: "⬇️ Checkout repository"
uses: actions/checkout@v3
- name: "🔨 Setup Python"
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: "🔨 Setup Poetry"
uses: abatilo/[email protected]
- name: "🔨 Setup Poetry Python environment"
id: pyenv
uses: Steffo99/[email protected]
- name: "🧪 Run check"
run: |
source ${{ steps.pyenv.outputs.pyenv }}/activate
python -m compileall rygforms