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
Note that macOS was removed from the os matrix for this job (
same as with the style job), because the only difference an OS should
make here is the EOL used, and Linux and macOS both use LF, so having
one seems enough.
Turned off the @typescript-eslint/no-unsafe-member-access ESLint rule,
because it is also set off by imported modules, which seems as a false
positive.
This fixes the errors which were missed during local check and later
revealed in CI, due to linting behaving differently when the project is
built (see issue #12).
Set up GitHub actions workflow job to check that source passes linting. This should be probably run only after build check passes.
The text was updated successfully, but these errors were encountered: