Skip to content

Commit 31d22ae

Browse files
committed
resolving git conflict
2 parents ce10171 + 20236dc commit 31d22ae

2 files changed

Lines changed: 154 additions & 169 deletions

File tree

.github/workflows/ci-checks.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
ls_linting:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: ls-lint/action@v2.2.3
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: ls-lint/action@v2.2.3
1111

1212
md_formatting:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: nosborn/github-action-markdown-cli@v3.3.0
17-
with:
18-
files: .
19-
config_file: .markdownlint.yml
15+
- uses: actions/checkout@v4
16+
- uses: nosborn/github-action-markdown-cli@v3.3.0
17+
with:
18+
files: .
19+
config_file: .markdownlint.yml
2020

2121
py_formatting:
2222
runs-on: ubuntu-latest
@@ -55,11 +55,11 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v4
58-
58+
5959
- name: python version
6060
run: python --version
6161
shell: bash
62-
62+
6363
- name: Check for test files
6464
id: check_tests
6565
run: |
@@ -73,7 +73,7 @@ jobs:
7373
echo "has_tests=false" >> $GITHUB_OUTPUT
7474
fi
7575
shell: bash
76-
76+
7777
- name: Python - Run Tests
7878
if: steps.check_tests.outputs.has_tests == 'true'
7979
run: python -m unittest

0 commit comments

Comments
 (0)