Skip to content

Commit

Permalink
Resolved syntax error in Static Analysis workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-salunkhe-mettle committed Nov 22, 2024
1 parent 8fa1558 commit dc702ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v2

- name: Update Homebrew
run: brew update
run: brew update

- name: Install qpdf
run: brew install qpdf
run: brew install qpdf

- uses: r-lib/actions/setup-r@v2

Expand Down

0 comments on commit dc702ed

Please sign in to comment.