We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56022d9 commit 99cffc3Copy full SHA for 99cffc3
.github/workflows/lint.yml
@@ -2,6 +2,10 @@ name: 'lint'
2
3
on:
4
push:
5
+ paths:
6
+ - 'examples/**'
7
+ - 'pyfpga/**'
8
+ - 'tests/**'
9
10
jobs:
11
lint:
.github/workflows/test.yml
@@ -2,6 +2,10 @@ name: 'test'
+ - 'examples/projects/**'
test:
0 commit comments