Skip to content

Commit

Permalink
Merge branch 'main' into cc4-pb-legalcode
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Jul 15, 2022
2 parents ffe407b + e57455d commit a9594d7
Show file tree
Hide file tree
Showing 213 changed files with 7,797 additions and 2,033 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/tidy.yml
@@ -0,0 +1,27 @@
name: lint

on:
pull_request:
push:
branches: [main]
workflow_dispatch:

jobs:
tidy:
runs-on: ubuntu-latest

steps:

- name: Install system dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install -y tidy
# https://github.com/actions/checkout
- uses: actions/checkout@v2

- name: Tidy Legal Code
run: |
./tools/tidy_legalcode.sh
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Expand Up @@ -8,6 +8,6 @@ project and all other Creative Commons open source projects are governed by our

For a history of updates, see the [page history here][updates].

[code_of_conduct]:https://opensource.creativecommons.org/community/code-of-conduct/
[reporting_guide]:https://opensource.creativecommons.org/community/code-of-conduct/enforcement/
[updates]:https://github.com/creativecommons/creativecommons.github.io-source/commits/master/content/community/code-of-conduct/contents.lr
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/
[updates]: https://github.com/creativecommons/creativecommons.github.io-source/commits/main/content/community/code-of-conduct/contents.lr
17 changes: 10 additions & 7 deletions CONTRIBUTING.md
Expand Up @@ -3,29 +3,32 @@
Thank you for your interest in contributing to CC Open Source! This document is
a set of guidelines to help you contribute to this project.


## Code of Conduct

By participating in this project, you are expected to uphold our [Code of
Conduct][code_of_conduct].

[code_of_conduct]:https://opensource.creativecommons.org/community/code-of-conduct/
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/


## Project Documentation

The `README` in the root of the repository should contain or link to
project documentation. If you cannot find the documentation you're
looking for, please file a GitHub issue with details of what
you'd like to see documented.
The `README` in the root of the repository should contain or link to project
documentation. If you cannot find the documentation you're looking for, please
file a GitHub issue with details of what you'd like to see documented.


## How to Contribute

Please follow the processes in our general [Contributing Code][contributing]
guidelines on the Creative Common Open Source website.

[contributing]:https://opensource.creativecommons.org/contributing-code/
[contributing]: https://opensource.creativecommons.org/contributing-code/


## Questions or Thoughts?

Talk to us on [one of our community forums][community].

[community]:https://opensource.creativecommons.org/community/
[community]: https://opensource.creativecommons.org/community/

0 comments on commit a9594d7

Please sign in to comment.