chore(deps): update wagoid/commitlint-github-action digest to 0184f5a… #560
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
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- uses: ./.github/actions/prepare | |
- run: npm run test:compat | |
name: XState Compatibility | |
on: | |
pull_request: ~ | |
push: | |
branches: | |
- main |