Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 26, 2024
1 parent 9dddef1 commit ae2e13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autofix.ci # needed to securely identify the workflow
name: autofix.ci # needed to securely identify the workflow

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion packages/beasties-webpack-plugin/test/standalone.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function configure(config: webpack.Configuration) {
loader: 'file-loader',
options: {
name: '[name].[ext]',
}
},
},
)
}
Expand Down

0 comments on commit ae2e13f

Please sign in to comment.