文件名称:cache:在 GitHub Actions 中缓存依赖项和构建输出
文件大小:1000KB
文件格式:ZIP
更新时间:2024-08-12 14:08:31
TypeScript
缓存 此操作允许缓存依赖项并构建输出以缩短工作流执行时间。 文档 请参阅 。 什么是新的 添加了对多路径、和单个文件缓存的支持。 - name : Cache multiple paths uses : actions/cache@v2 with : path : | ~/cache !~/cache/exclude key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} 使用zstd压缩为 Linux 和 macOS 运行程序提高性能并改进缓存大小 允许缓存所有带有 ref 的事件。 查看了解哪些事件没有GITHUB_REF 发布 npm 包以允许其他操作使用缓存 添加了尽力清理步骤以在提取后删除存档以减少存储空间 有关以前的版本,请参阅 用法 先决条件 在您的存储库.githu
【文件预览】:
cache-main
----.eslintrc.json(716B)
----.licensed.yml(156B)
----.gitattributes(42B)
----.github()
--------CODEOWNERS(29B)
--------workflows()
----action.yml(898B)
----src()
--------utils()
--------constants.ts(426B)
--------restore.ts(2KB)
--------save.ts(2KB)
----.vscode()
--------launch.json(621B)
----.prettierrc.json(222B)
----examples.md(14KB)
----CONTRIBUTING.md(2KB)
----.licenses()
--------npm()
----tsconfig.json(6KB)
----LICENSE(1KB)
----jest.config.js(731B)
----__tests__()
--------actionUtils.test.ts(7KB)
--------verify-cache-files.sh(660B)
--------restore.test.ts(10KB)
--------save.test.ts(11KB)
--------create-cache-files.sh(264B)
--------__fixtures__()
----README.md(7KB)
----dist()
--------save()
--------restore()
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(1KB)
----package-lock.json(248KB)
----package.json(1KB)