Skip to content

Commit 78a2d0d

Browse files
authored
Merge pull request #557 from sir-gon/develop
Develop
2 parents b450f51 + bf081f1 commit 78a2d0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/yamllint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: YAML lint
33

44
on: # yamllint disable-line rule:truthy
55
push:
6+
branches: ["main"]
67
pull_request:
8+
# The branches below must be a subset of the branches above
9+
branches: ["main"]
710
workflow_dispatch:
811

912
jobs:

src/hackerrank/interview_preparation_kit/recursion_and_backtracking/ctci_recursive_staircase_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TEST_CASES_GENERALIZED = json.load(file2)
2424

2525

26-
class TestRecursionFibonacciNumbers(unittest.TestCase):
26+
class TestStaircase(unittest.TestCase):
2727

2828
def test_step_perms_alt_edge_case(self):
2929

0 commit comments

Comments
 (0)