FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-cmethods/.github/workflows/_pre_commit.yaml at master · btschwertfeger/python-cmethods · GitHub
btschwertfeger
/
python-cmethods
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
82
Code
Issues
2
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-cmethods
/
.github
/
workflows
/
_pre_commit.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (24 loc) · 694 Bytes
Breadcrumbs
python-cmethods
/
.github
/
workflows
/
_pre_commit.yaml
Copy path
File metadata and controls
29 lines (24 loc) · 694 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
#
-*- mode: yaml; coding: utf-8 -*-
#
#
Copyright (C) 2023 Benjamin Thomas Schwertfeger
#
All rights reserved.
#
https://github.com/btschwertfeger
#
#
Template workflow to run pre-commit.
#
name
:
Pre-Commit
on
:
workflow_call
:
permissions
:
read-all
jobs
:
Pre-Commit
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Harden Runner
uses
:
step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920
#
v2.20.0
with
:
disable-sudo
:
true
egress-policy
:
audit
-
name
:
Checkout
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
uses
:
pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
#
v3.0.1
Back
|
FazBrowse Home
|
New Git URL