Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
volesh committed May 3, 2024
1 parent a126c5b commit 9bcde62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# needs: Tests
# runs-on: ubuntu-latest
# name: Deploy project

# SPECIFY BRANCHES FOR DEPLOY HERE
# if: github.ref == 'refs/heads/main'
# steps:
# - uses: actions/checkout@v3
Expand Down
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export function main(a: number) {
console.log(a);

console.log(1);

return a * 2;
}

0 comments on commit 9bcde62

Please sign in to comment.