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 ad29dda commit 674514bCopy full SHA for 674514b
.github/workflows/test.yml
@@ -95,3 +95,9 @@ jobs:
95
if: ${{ matrix.os == 'windows-latest' }}
96
- run: ./program.kexe
97
if: ${{ matrix.os != 'windows-latest' }}
98
+
99
+ validate-typings:
100
+ runs-on: "ubuntu-latest"
101
+ steps:
102
+ - uses: actions/checkout@v4
103
+ - uses: typesafegithub/github-actions-typing@v1
action-types.yml
@@ -0,0 +1,8 @@
1
+inputs:
2
+ version:
3
+ type: string
4
+ install-native:
5
+ type: boolean
6
+ script:
7
8
0 commit comments