Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Feb 14, 2023
1 parent 81e3e8e commit 89b0500
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 87 deletions.
174 changes: 87 additions & 87 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Within this repository are maintained the following Ruby Gems used for the admin
- [samvera-circleci-orb](./samvera-circleci-orb) - a [CircleCI Orb](https://circleci.com/orbs/) meant to make testing Samvera and Samvera-based projects easier. The orb provides executors that include common Samvera dependencies, and commands to help set up and run your tests.

### Linting the Source Code Files
** Please note that Node.js release 16.13.0 or later is required to lint the source code files**

Using `npm`:
```bash
$ npx prettier -c .
# In order to attempt to automatically correct the source code files:
$ npx prettier -w .
```

Using `yarn`:
```bash
$ yarn run prettier -w .
# In order to attempt to automatically correct the source code files:
$ yarn run prettier -w .
```

#### samvera-circle-orb
**Please note that Python release 3.10.0 or later is required to lint the samvera-circle-orb files**
Expand Down

0 comments on commit 89b0500

Please sign in to comment.