Skip to content

Commit

Permalink
ci: fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2025
1 parent 7f83805 commit efa7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default antfu(
},
},
{
files: ['.github/workflows/**/*.yaml'],
files: ['.github/workflows/**/*.yml'],
rules: {
'yaml/plain-scalar': 'off',
},
Expand Down

0 comments on commit efa7239

Please sign in to comment.