Skip to content

Commit

Permalink
Merge pull request #4483 from cwisniew/dependencies-calc
Browse files Browse the repository at this point in the history
Add dependencies calc action
  • Loading branch information
cwisniew authored Nov 23, 2023
2 parents 0f5fee7 + 6d75095 commit 883eb63
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build
on:
push:
branches:
- develop # run the action on your projects default branch

jobs:
build:
name: Dependencies
runs-on: ubuntu-latest
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3

- name: Run snapshot action
uses: mikepenz/[email protected]

0 comments on commit 883eb63

Please sign in to comment.