chore(pyright): Bump ver again because 1.1.386 has broken toml parser #252
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and test | |
on: | |
push: | |
branches-ignore: | |
- 'dependabot/**' | |
paths-ignore: | |
- '**/dependabot.yml' | |
- '.editorconfig' | |
- '**/.gitignore' | |
- '**/.gitattributes' | |
- '**.md' | |
- 'LICENSE' | |
jobs: | |
build: | |
uses: ./.github/workflows/build_inc.yml | |
all_tests: | |
needs: build | |
permissions: | |
actions: write | |
strategy: | |
matrix: | |
flavor: | |
- "normal" | |
- "alt" | |
uses: ./.github/workflows/test_inc.yml | |
with: | |
flavor: ${{ matrix.flavor }} | |