8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · pyscript/pyscript@2dc1616 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dc1616

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8423abc commit 2dc1616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
- pyscriptjs/**
99
- .github/workflows/** # Test that workflows work when changed
1010
paths-ignore:
11-
- pyscriptjs/examples/**
11+
- pyscriptjs/examples/**
1212

1313
pull_request:
1414
paths:
1515
- pyscriptjs/**
1616
- .github/workflows/**
1717
paths-ignore:
18-
- pyscriptjs/examples/**
18+
- pyscriptjs/examples/**
1919

2020
jobs:
2121
build:

.github/workflows/build-unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
- pyscriptjs/**
99
- .github/workflows/** # Test that workflows work when changed
1010
paths-ignore:
11-
- pyscriptjs/examples/**
11+
- pyscriptjs/examples/**
1212

1313
pull_request: # Run on any PR that modifies files in pyscriptjs/
1414
paths:
1515
- pyscriptjs/**
1616
- .github/workflows/**
1717
paths-ignore:
18-
- pyscriptjs/examples/**
18+
- pyscriptjs/examples/**
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)
0