dependabot[bot] e3f6b14291 Bump @vercel/ncc from 0.36.0 to 0.36.1
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to 0.36.1.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.36.0...0.36.1)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 22:08:02 +00:00
2023-01-10 15:56:10 +08:00
2023-01-10 12:31:40 +08:00
2023-01-10 12:39:09 +08:00
2023-01-10 12:41:30 +08:00
2023-01-10 12:39:09 +08:00
2023-01-09 15:53:06 +01:00
2023-01-10 14:21:56 +01:00

sccache-action

Work in progress

The goal of this project is to provide a simple GitHub action to download sccache artifacts.

Usage

Just copy and paste the following in your GitHub action:

- name: Run sccache-cache
  uses: mozilla/sccache-action@v0.0.1
  with:
    version: "v0.3.3"

- name: Run sccache stat for check
  shell: bash
  run: ${SCCACHE_PATH} --show-stats

License

Apache-2.0 (just like sccache)

Description
No description provided
Readme Apache-2.0 2.8 MiB
Languages
TypeScript 100%