Skip to content

Commit a6e11a0

Browse files
committed
Update actions structure
1 parent bde90fb commit a6e11a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/sharing-smart-contract-common.yml renamed to .github/workflows/composite/sharing-smart-contract-common.yml

File renamed without changes.

.github/workflows/sharing-smart-contract-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write
19-
2019
steps:
21-
- name: Build and run tests
22-
uses: ./common
20+
- uses: actions/checkout@v4
21+
- uses: ./.github/actions/composite/sharing-smart-contract-common
2322
with:
2423
node-version: '18'

0 commit comments

Comments
 (0)