dependabot[bot] fdae25deb1 Bump @typescript-eslint/parser from 5.48.1 to 5.54.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.1 to 5.54.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 20:26:02 +00:00
2023-01-11 11:07:13 +08:00
2023-01-11 11:43:50 +08:00
2023-01-11 11:43:50 +08:00
2023-01-10 12:41:30 +08:00
2023-01-11 11:21:31 +08:00
2023-01-10 12:39:09 +08:00
2023-01-11 11:43: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)

S
Description
mirror of github.com/mozilla-actions/sccache-action
Readme Apache-2.0
3.4 MiB
Languages
TypeScript 100%