Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Oct 4, 2023
1 parent 941c888 commit f65cc74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
files: |
docs/**
.gitignore
- name: Check if all changes are in the docs folder
id: is_docs_only
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.nyc_output
.DS_Store

#
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/* eslint-disable no-console */

//

module.exports = function i18nPlugin({ types: t }) {
function getNodeForValue(
value,
Expand Down

0 comments on commit f65cc74

Please sign in to comment.