Skip to content

Commit

Permalink
Merge pull request #305 from CITCOM-project/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
jmafoster1 authored Feb 5, 2025
2 parents cf4ec7c + cbf000a commit 74ed798
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests-drafts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: "v0.1.15"
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: "v0.1.15"
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ @book{pearl2009causality
month = {09},
pagecount = {464},
publisher = {Cambridge university press},
subtitle = {Models, Reasoning, and Infernce},
subtitle = {Models, Reasoning, and Inference},
title = {Causality},
year = {2009}
}
Expand Down

0 comments on commit 74ed798

Please sign in to comment.