Skip to content

Commit

Permalink
Merge pull request #52 from CoinFabrik/develop
Browse files Browse the repository at this point in the history
Test fix ci
  • Loading branch information
jgcrosta authored May 18, 2024
2 parents fd687cc + eee3706 commit 2655548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- 'scout-audit-clippy-utils/**'
clippy_config:
- 'scout-audit-clippy-config/**'
token: ${{ secrets.GITHUB_TOKEN }}
base: develop
base: main
list-files: none
initial-fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion apps/cargo-scout-audit/src/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ fn run_dylint(
let mut stderr_file = fs::File::open(stderr_temp_file.path())?;
let mut stdout_file = fs::File::open(stdout_temp_file.path())?;

// Generate output
// Generate output from report
match opts.output_format {
OutputFormat::Html => {
//read json_file to a string
Expand Down

0 comments on commit 2655548

Please sign in to comment.