FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-template/.github/workflows/pre-commit.yaml at main · mbeacom/python-template · GitHub
mbeacom
/
python-template
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
9
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-template
/
.github
/
workflows
/
pre-commit.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (28 loc) · 971 Bytes
Breadcrumbs
python-template
/
.github
/
workflows
/
pre-commit.yaml
Copy path
File metadata and controls
30 lines (28 loc) · 971 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name
:
'
Run Pre-commit Hooks
'
on
:
push
:
branches
:
-
main
pull_request
:
branches
:
-
main
jobs
:
publish
:
name
:
Run Pre-commit Hooks
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Source
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
#
v4.2.2
-
name
:
Setup Dependencies
uses
:
'
./.github/actions/deps
'
with
:
python-version
:
'
3.13
'
-
name
:
Install MDL
run
:
echo $'source \'https://rubygems.org\'\ngem \'mdl\', \'~> 0.13.0\'' > Gemfile
-
uses
:
ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0
#
v1.197.0
with
:
ruby-version
:
'
3.3
'
#
Not needed with a .ruby-version file
bundler-cache
:
true
#
runs 'bundle install' and caches installed gems automatically
-
name
:
Install Pre-commit dependencies
run
:
poetry run poe install
-
uses
:
pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
#
v3.0.1
Back
|
FazBrowse Home
|
New Git URL