You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add https://github.com/rhysd/actionlint to check through GitHub Actions
workflows.
The fix was related to this error
```yaml
.github/workflows/test.yml:51:31: receiver of object dereference "key" must be type of object but got "number" [expression]
|
51 | nox -s doctests-${{ matrix.python-version.key || matrix.python-version
| ^~~~~~~~~~~~~~~~~~~~~~~~~
.github/workflows/test.yml:55:31: receiver of object dereference "key" must be type of object but got "number" [expression]
|
55 | nox -s coverage-${{ matrix.python-version.key || matrix.python-version
```
Why did we have this `matrix.python-version.key` bit @Saransh-cpp?
Introduced in #287, sorry I
missed it.
Is Your Feature Request Related to a Problem? Please Describe
Add https://github.com/rhysd/actionlint to lint the GitHub Action workflows
Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: