FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pre-commit.com/.github/workflows/deploy.yml at main · pre-commit/pre-commit.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pre-commit
/
pre-commit.com
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
309
Star
208
Code
Issues
3
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pre-commit.com
/
.github
/
workflows
/
deploy.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (21 loc) · 405 Bytes
Breadcrumbs
pre-commit.com
/
.github
/
workflows
/
deploy.yml
Copy path
File metadata and controls
23 lines (21 loc) · 405 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
on
:
pull_request
:
push
:
branches
:
[main]
schedule
:
-
cron
:
'
30 8 * * *
'
permissions
:
contents
:
write
jobs
:
pr
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v4
with
:
python-version
:
3.x
-
run
:
pip install virtualenv
-
run
:
make
-
run
:
make push
env
:
GH_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL