diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-04-10 08:46:27 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-04-11 20:57:17 +0000 |
commit | 06b5959eed5bd634851cd52dc24dca51e48d32de (patch) | |
tree | 3a6cf2a7963000024a09273c0e69bab90ee0769f /tools/lint.js | |
parent | ae95da5d10c2899e8475964466b249a0d15d9825 (diff) |
ci: store last-modified timestamps in Github Actions cache (#10110)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lint.js b/tools/lint.js index 7e2e57d2c..299632d90 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -16,6 +16,7 @@ async function dlint() { const sourceFiles = await getSources(ROOT_PATH, [ "*.js", "*.ts", + ":!:.github/mtime_cache/action.js", ":!:cli/tests/swc_syntax_error.ts", ":!:cli/tests/038_checkjs.js", ":!:cli/tests/error_008_checkjs.js", |