mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-07 20:04:02 +00:00
2ad43ba2c19bd53928a95cd6a2379aa8514db86b
Bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.54.1
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)
Languages
TypeScript
100%