Skip to content

Commit

Permalink
feat: using gh-star-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed May 9, 2022
1 parent 7fb8774 commit a8b6577
Show file tree
Hide file tree
Showing 10 changed files with 367 additions and 887 deletions.
21 changes: 0 additions & 21 deletions .eslintrc

This file was deleted.

17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2022,
sourceType: 'module',
},
env: {
node: true,
},
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:prettier/recommended',
'plugin:@typescript-eslint/recommended',
],
};
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ inputs:
required: true
github-name:
description: 'Name shown in the commit'
default: 'GitHub Actions'
required: false
github-email:
description: 'Email shown in the commit'
default: '[email protected]'
required: false
template-path:
required: false
description: 'EJS template path relative to project root directory'
default: 'TEMPLATE.ejs'
output-filename:
description: 'The output file name, default to README.md'
required: false
default: 'README.md'
runs:
using: 'node12'
main: 'index.js'
Loading

0 comments on commit a8b6577

Please sign in to comment.