Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/mcvs-general-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: general
"on": pull_request
permissions:
contents: read
packages: read
jobs:
mcvs-general-action:
strategy:
matrix:
args:
- testing-type: lint-action
- testing-type: lint-commit
- testing-type: lint-git
- testing-type: yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# yamllint disable rule:line-length
- uses: schubergphilis/mcvs-general-action@03b7d82ed321d30353707237ce1d95a65899548c # v0.6.2
with:
testing-type: ${{ matrix.args.testing-type }}
1 change: 1 addition & 0 deletions .github/workflows/mcvs-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
# yamllint disable rule:line-length
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e # v0.2.2
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
# yamllint disable rule:line-length
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version-file: "pyproject.toml"
cache: "pip"
python-version-file: pyproject.toml
cache: pip
- name: Install development packages as defined in pyproject.toml
run: |
pip install .[dev]
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/zizmor.yml

This file was deleted.

7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: settings
description: settings
Expand All @@ -17,7 +18,7 @@ inputs:
030/settings-action.
required: true
settings_actions_allowed_actions:
default: "all"
default: all
description: |
Actions permissions: 'all', 'local_only', or 'selected'. Use
'selected' to allow OWNER and select non-OWNER actions and
Expand Down Expand Up @@ -48,7 +49,7 @@ inputs:
Require actions to be pinned to a full-length commit SHA.
required: true
settings_default_workflow_permissions:
default: "read"
default: read
description: |
Set the default workflow permission to 'read' or 'write'.
required: true
Expand Down Expand Up @@ -112,7 +113,7 @@ inputs:
At least one topic have to be set.
required: true
runs:
using: "composite"
using: composite
steps:
- name: display the gh cli version
run: gh --version
Expand Down