Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: remove Cargo.lock (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored May 29, 2023
1 parent 8ea944b commit a6200df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,881 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: deps
on:
push:
branches: [master]
paths: [Cargo.lock]
pull_request:
branches: [master]
paths: [Cargo.lock]
schedule: [cron: "0 0 * * *"]

concurrency: deps-${{ github.head_ref || github.run_id }}

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/target
/Cargo.lock

.vscode
/.envrc
.idea
Expand Down
Loading

0 comments on commit a6200df

Please sign in to comment.