Skip to content

Commit

Permalink
fix(rules): add variant for CircleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 28, 2023
1 parent a6d4a1b commit f63447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/ci/circleci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { register } from '../../rules.js';

register({
tech: 'circleci',
files: ['.circleci'],
files: ['.circleci', 'circle.yml'],
});

0 comments on commit f63447a

Please sign in to comment.