Skip to content

Commit

Permalink
Drop actionlint with the wrong detection
Browse files Browse the repository at this point in the history
actionlint made some wrong detection with the version gaps

popular-action-inputs-validation-at-with
macos runner

https://github.com/actions/languageservices is enough
  • Loading branch information
kachick committed Feb 13, 2024
1 parent f648466 commit 60fb1b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ task :deps do
sh('dprint --version')
sh('tree --version')
sh('typos --version')
sh('actionlint --version')
end

desc 'Tests except ruby'
task :check_non_ruby do
Rake::Task['dprint'].invoke
sh('typos . .github .vscode')
sh('actionlint')
sh('nixpkgs-fmt --check ./*.nix')
end
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
nil
nixpkgs-fmt
typos
actionlint
];
};

Expand Down

0 comments on commit 60fb1b9

Please sign in to comment.