Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/c1-migration' into c1-migration
Browse files Browse the repository at this point in the history
# Conflicts:
#	cadence/contracts/TopShot.cdc
#	cadence/contracts/TopShotLocking.cdc
  • Loading branch information
franklywatson committed Dec 3, 2024
2 parents ca7ce88 + 09649f2 commit 4bc0a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cadence_lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Cadence Lint
name: Run Cadence Contract Compilation, Deployment, Transaction Excution, and Lint
on: push

jobs:
Expand Down
1 change: 1 addition & 0 deletions cadence/contracts/Recipe.cdc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import "TopShot"

access(all) contract Recipe {
// This is a snippet extracting the relevant logic from the TopShot contract for demonstration purposes
// More TopShot Code Above
access(all) event PlayAddedToSet(setID: UInt32, playID: UInt32)
Expand Down

0 comments on commit 4bc0a15

Please sign in to comment.