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
Fix actionlint wrongly reports an error when using ghcr.io or docker.io at image field of action metadata file of Docker action without docker:// scheme. (#428)
runs:
using: 'docker'# This should be OKimage: 'ghcr.io/user/repo:latest'
Fix checking preactjs/compressed-size-action@v2 usage caused a false positive. (#422)
Fix an error message when invalid escaping is found in globs.
The design of the playground page is overhauled following the upgrade of bulma package to v1.
Current actionlint version is shown in the heading.
The color theme is changed to the official dark theme.
The list of useful links is added to the bottom of the page as 'Resources' section.