Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:newrelic/opensource-website into…
Browse files Browse the repository at this point in the history
… newrelic-newrelic-ios-agent
  • Loading branch information
cdillard-NewRelic committed Jul 25, 2023
2 parents bc239de + ba466ed commit ab6ed10
Show file tree
Hide file tree
Showing 68 changed files with 37,506 additions and 27,120 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ module.exports = {
plugins: ['react', 'prettier'],
rules: {
'prettier/prettier': 'error',
'react/no-unknown-property': ['error', { ignore: ['css'] }],
},
};
14 changes: 7 additions & 7 deletions .github/actions/sync-data/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "sync-data"
description: "Sync project and project-stats data"
name: 'sync-data'
description: 'Sync project and project-stats data'
inputs:
github-token:
description: "Token to use for authentication to GitHub APIs"
description: 'Token to use for authentication to GitHub APIs'
required: true
projects:
description: "true/false - determines whether to fetch and sync the project data"
description: 'true/false - determines whether to fetch and sync the project data'
project-stats:
description: "true/false - determines whether to fetch and sync the project-stats data"
description: 'true/false - determines whether to fetch and sync the project-stats data'
runs:
using: "node12"
main: "dist/index.js"
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit ab6ed10

Please sign in to comment.