FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
conventional-pre-commit/.github/workflows/tests.yml at main · gpatsiaouras/conventional-pre-commit · GitHub
gpatsiaouras
/
conventional-pre-commit
Public
forked from
compilerla/conventional-pre-commit
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
conventional-pre-commit
/
.github
/
workflows
/
tests.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 583 Bytes
Breadcrumbs
conventional-pre-commit
/
.github
/
workflows
/
tests.yml
Copy path
File metadata and controls
29 lines (23 loc) · 583 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
name
:
Tests
on
:
pull_request
:
push
:
jobs
:
tests
:
name
:
Tests
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
["3.7", "3.8", "3.9", "3.10", "3.11"]
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v4
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install -e .[dev]
-
name
:
Run tests
run
:
./tests/run.sh
Back
|
FazBrowse Home
|
New Git URL