File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44jobs :
55 build :
6- runs-on : ubuntu -latest
6+ runs-on : windows -latest
77 steps :
88 - name : Checkout
99 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2424 - run : npm publish --access=public
2525 env :
2626 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
27- - name : Nuget
28- uses : ./.github/workflows/nuget
29- with :
30- NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
27+ # nuget on linux is broken
28+ # - name: Nuget
29+ # uses: ./.github/workflows/nuget
30+ # with:
31+ # NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default interface Options {
88 debug ?: boolean ;
99 defaultDate ?: DateTime ;
1010 display ?: {
11- keyboardNavigation : boolean ;
11+ keyboardNavigation ? : boolean ;
1212 toolbarPlacement ?: 'top' | 'bottom' ;
1313 components ?: {
1414 calendar ?: boolean ;
You can’t perform that action at this time.
0 commit comments