Skip to content

initial permutation code #12

initial permutation code

initial permutation code #12

name: Update Dependency Graph
#on:
# push:
# branches:
# - main # default branch of the project
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2