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

Commit

Permalink
refactor(major): Initial (temporary) commit of a refactor
Browse files Browse the repository at this point in the history
This is a temporary commit which will eventually be split into multiple
commits. Expect force-pushes. The idea is to refactor `scrob` into a new
codebase.

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
shymega committed Nov 21, 2023
1 parent c2ac35e commit beeeab2
Show file tree
Hide file tree
Showing 27 changed files with 179 additions and 1,311 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-debug-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
paths:
- "Cargo.*"
- 'src/**'
- 'bin/**'
- 'lib/**'
pull_request:
paths:
- "Cargo.*"
- 'src/**'
- 'bin/**'
- 'lib/**'

concurrency:
group: ci-${{ github.ref }}
Expand Down
Loading

0 comments on commit beeeab2

Please sign in to comment.