Skip to content

feat/(lgorithms, backtracking dfs trie): word search #93

feat/(lgorithms, backtracking dfs trie): word search

feat/(lgorithms, backtracking dfs trie): word search #93

Workflow file for this run

name: Danger CI
on:
pull_request:
branches:
- 'main'
jobs:
dangerci:
name: Danger CI
uses: SanctumLabs/ci-workflows/.github/workflows/dangerci.yml@main
with:
node-version: "lts/*"
secrets:
token: ${{ secrets.GITHUB_TOKEN }}