FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
evalplus/.github/workflows/pre-commit.yml at master · PGCodeLLM/evalplus · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PGCodeLLM
/
evalplus
Public
forked from
evalplus/evalplus
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
evalplus
/
.github
/
workflows
/
pre-commit.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (24 loc) · 597 Bytes
Breadcrumbs
evalplus
/
.github
/
workflows
/
pre-commit.yml
Copy path
File metadata and controls
30 lines (24 loc) · 597 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
:
Pre-commit
on
:
pull_request
:
branches
:
[ master ]
push
:
branches
:
[ master ]
jobs
:
pre-commit
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Python
uses
:
actions/setup-python@v5
with
:
python-version
:
'
3.x
'
-
name
:
Install pre-commit
run
:
pip install pre-commit
-
name
:
Cache pre-commit
uses
:
actions/cache@v4
with
:
path
:
~/.cache/pre-commit
key
:
pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
-
name
:
Run pre-commit
run
:
pre-commit run --all-files
Back
|
FazBrowse Home
|
New Git URL