We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1357d30 commit 43978ceCopy full SHA for 43978ce
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install -r requirements.txt
23
- name: Run basic test
24
run: |
25
- ./loganalyzer.py --url=https://obsproject.com/logs/tGzdILvSRDMSpulg
+ ./loganalyzer.py --url=https://obsproject.com/analyzer/test_logfile.txt
26
ubuntu64:
27
name: "02 - Code Format Check"
28
runs-on: ubuntu-22.04
0 commit comments