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 }} in string literals are detected as end marker of placeholder ${{ }}. (#205)
jobs:
test:
runs-on: ubuntu-lateststrategy:
# This caused an incorrect error until v1.6.16matrix: ${{ fromJSON('{"foo":{}}') }}
Fix working-directory: should not be available with uses: in steps. working-directory: is only available with run:. (#207)
steps:
- uses: actions/checkout@v3# ERROR: `working-directory:` is not available hereworking-directory: ./foo
The working directory for running actionlint command can be set via WorkingDir field of LinterOptions struct. When it is empty, the return value from os.Getwd will be used.
Update popular actions data set. actions/configure-pages@v2 was added.
Use Go 1.19 on CI by default. It is used to build release binaries.
Update dependencies (go-yaml/yaml v3.0.1).
Update playground dependencies (except for CodeMirror v6).