Skip to content

Commit

Permalink
nah
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 7, 2024
1 parent 94895ad commit 7e55161
Show file tree
Hide file tree
Showing 14 changed files with 8,386 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cargo-sweep/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/**
3 changes: 3 additions & 0 deletions .github/actions/cargo-sweep/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["@turbo/eslint-config/library"],
};
1 change: 1 addition & 0 deletions .github/actions/cargo-sweep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!dist/
6 changes: 6 additions & 0 deletions .github/actions/cargo-sweep/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "cargo-sweep"
description: "Runs cargo-sweep to clean old build artifacts"
runs:
using: "node16"
main: "dist/main/index.js"
post: "dist/post/index.js"
Loading

0 comments on commit 7e55161

Please sign in to comment.