Skip to content

Commit

Permalink
Merge pull request #213 from xmm7360/test_pipe
Browse files Browse the repository at this point in the history
update pipes
  • Loading branch information
tgxn authored Oct 15, 2023
2 parents 301337d + a1d5225 commit 7717b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: Lint
name: Python Lint

on:
push:
paths:
- "**.py"

pull_request:
paths:
- "**.py"
branches: [master]

jobs:
flake8_py3:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8.5
architecture: x64
python-version: '3.10'

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Tests

on:
push:
Expand Down

0 comments on commit 7717b70

Please sign in to comment.