Skip to content

build(deps): update dependency semantic-release-preconfigured-conventional-commits to v1.1.117 #400

build(deps): update dependency semantic-release-preconfigured-conventional-commits to v1.1.117

build(deps): update dependency semantic-release-preconfigured-conventional-commits to v1.1.117 #400

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches: [ master ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POETRY_VERSION: 1.5.1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
-
name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
-
name: Install Poetry
uses: snok/install-poetry@v1
with:
version: ${{ env.POETRY_VERSION }}
-
name: Install dependencies
run: poetry install
-
name: Test with pytest
run: poetry run pytest tests/
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.11
- name: Release
run: |
npm ci
npx semantic-release