Skip to content

Commit

Permalink
Update audit_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisErdmanis authored Apr 12, 2024
1 parent 3e84987 commit 182ac28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/audit_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
with:
version: '1.x'

- name: Install Oxygen Package
run: |
julia -e 'using Pkg; Pkg.add("Oxygen")' # Replace "Oxygen" with the actual package name
- name: Install PeaceFounder from GitHub
run: |
julia -e 'using Pkg; Pkg.add(url="https://github.com/PeaceFounder/PeaceFounder.jl")'
- name: Execute PeaceFounder Audit
run: |
julia --project=. --eval "joinpath(dirname(dirname(Base.find_package(\"PeaceFounder\"))), \"bin\", \"audit.jl\") |> include" all --verbose .
julia --project=. --eval "joinpath(dirname(dirname(Base.find_package(\"PeaceFounder\"))), \"bin\", \"audit.jl\") |> include" all --verbose .

0 comments on commit 182ac28

Please sign in to comment.