Skip to content

🔨️ (deps): Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 #141

🔨️ (deps): Bump abatilo/actions-poetry from 2.3.0 to 2.4.0

🔨️ (deps): Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 #141

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@v3
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