Skip to content

Bump fsfe/reuse-action from 5 to 6 #27

Bump fsfe/reuse-action from 5 to 6

Bump fsfe/reuse-action from 5 to 6 #27

Workflow file for this run

# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
#
# SPDX-License-Identifier: MPL-2.0
name: Test the Action
on:
# run pipeline on push event of main branch
push:
branches:
- main
# run pipeline on pull request
pull_request:
# run pipeline on merge queue
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-test-action
cancel-in-progress: true
jobs:
test-pgm-version-bump:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set PyPI Version
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Show latest version
run: cat PYPI_VERSION