Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 673f218 commit 26acdd7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ export function generateYaml(): Workflow {
branches: ["main"],
};

const setupDagger = `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
sudo mv bin/dagger /usr/local/bin
dagger version`;

const codecov: JobSpec = {
"runs-on": "ubuntu-latest",
steps: [
Expand Down

0 comments on commit 26acdd7

Please sign in to comment.