Skip to content

Commit

Permalink
insert lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Mar 10, 2025
1 parent 6a606b5 commit 25dbc31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpu/stopVM.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

// TODO: revert this change, done to trigger lint job

const x = 'lint error without semicolon'

Check failure on line 21 in tpu/stopVM.js

View workflow job for this annotation

GitHub Actions / lint

'x' is assigned a value but never used

Check failure on line 21 in tpu/stopVM.js

View workflow job for this annotation

GitHub Actions / lint

Insert `;`

async function main(tpuClient) {
// [START tpu_vm_stop]
// Import the TPUClient
Expand Down

0 comments on commit 25dbc31

Please sign in to comment.