Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Jun 27, 2024
1 parent f8223c2 commit 21fe12e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion __tests__/common/batch-delete.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('batch-delete', () => {
await mockApi.mockAgent.close()
})

// eslint-disable-next-line vitest/prefer-expect-assertions
test('should delete a deployment with valid payload', async () => {
expect.assertions(3)

Expand Down
2 changes: 0 additions & 2 deletions src/common/github/context.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-console */

import {debug, isDebug} from '@actions/core'

import {raise} from '../utils.js'
Expand Down
2 changes: 0 additions & 2 deletions src/deploy/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-console */

import {setFailed} from '@actions/core'

import {createCloudflareDeployment} from '@/common/cloudflare/deployment/create.js'
Expand Down

0 comments on commit 21fe12e

Please sign in to comment.