Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'refs/heads/main' into 252-consider-function-arity-when-…
Browse files Browse the repository at this point in the history
…resolving-references

# Conflicts:
#	src/library_analyzer/processing/api/purity_analysis/_resolve_references.py
#	src/library_analyzer/processing/api/purity_analysis/model/__init__.py
#	src/library_analyzer/processing/api/purity_analysis/model/_purity_builtins.py
  • Loading branch information
lukarade committed May 1, 2024
2 parents d1397f9 + 7b09e3b commit 56e6ff9
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/Safe-DS/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
176 changes: 156 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.0.6"
"semantic-release": "^23.0.8"
}
}
Loading

0 comments on commit 56e6ff9

Please sign in to comment.