mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
build: use Python 3.13.1 when building with act
This commit is contained in:
2
.actrc
2
.actrc
@@ -6,4 +6,4 @@
|
|||||||
-W .github/workflows/build.yml
|
-W .github/workflows/build.yml
|
||||||
-j build
|
-j build
|
||||||
--matrix os:ubuntu-latest
|
--matrix os:ubuntu-latest
|
||||||
--matrix PYTHON_VERSION:3.12.1
|
--matrix PYTHON_VERSION:3.13.1
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '.act*'
|
||||||
- '.editorconfig'
|
- '.editorconfig'
|
||||||
- '.git*'
|
- '.git*'
|
||||||
- '.github/*.yml'
|
- '.github/*.yml'
|
||||||
@@ -26,6 +27,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '.act*'
|
||||||
- '.editorconfig'
|
- '.editorconfig'
|
||||||
- '.git*'
|
- '.git*'
|
||||||
- '.github/*.yml'
|
- '.github/*.yml'
|
||||||
|
|||||||
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -10,6 +10,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '.act*'
|
||||||
- '.editorconfig'
|
- '.editorconfig'
|
||||||
- '.git*'
|
- '.git*'
|
||||||
- '.github/ISSUE_TEMPLATE/*'
|
- '.github/ISSUE_TEMPLATE/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user