Skip to content

Commit f9e07b7

Browse files
committed
script: github action
1 parent 5881592 commit f9e07b7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: psf/black@stable
1616
with:
1717
options: "--check --verbose"
18-
src: "./pyconweb2022"
1918

2019
- name: Set up Python ${{ matrix.python-version }}
2120
uses: actions/setup-python@v2

.github/workflows/deploy_on_dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: psf/black@stable
1818
with:
1919
options: "--check --verbose"
20-
src: "./pyconweb2022"
2120

2221
- name: Set up Python ${{ matrix.python-version }}
2322
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)