1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

cache target

This commit is contained in:
mat 2022-06-29 22:06:44 -05:00 committed by GitHub
parent c6b724c817
commit ed30964b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- name: Cache
uses: actions/cache@v3.0.4
with:
path: target
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1