-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrastructure: Update build and test process for default branch rename to main #1779
Conversation
README.md
Outdated
@@ -1,10 +1,10 @@ | |||
[![Build Status](https://travis-ci.com/w3c/aria-practices.svg?branch=master)](https://travis-ci.com/w3c/aria-practices) | |||
[![Build Status](https://travis-ci.com/w3c/aria-practices.svg?branch=main)](https://travis-ci.com/w3c/aria-practices) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably just be deleted, since Travis isn't used anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated PR incoming. :)
README.md
Outdated
@@ -1,10 +1,10 @@ | |||
[![Build Status](https://travis-ci.com/w3c/aria-practices.svg?branch=master)](https://travis-ci.com/w3c/aria-practices) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
@@ -1,10 +1,10 @@ | |||
[![Build Status](https://travis-ci.com/w3c/aria-practices.svg?branch=master)](https://travis-ci.com/w3c/aria-practices) | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
@@ -101,7 +101,7 @@ offending character is indicated by the number `8` after the colon. Change the | |||
variable `value_nodes` to `valueNodes` in your source file to eliminate this | |||
error. | |||
|
|||
To see the complete list of style rules that are applied by ESLint, review the [.eslint.json](https://github.com/w3c/aria-practices/blob/master/.eslint.json) file in the root of the project. | |||
To see the complete list of style rules that are applied by ESLint, review the [.eslint.json](.eslint.json) file in the root of the project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, just saw the relative link works, but the filename was wrong before
To see the complete list of style rules that are applied by ESLint, review the [.eslint.json](.eslint.json) file in the root of the project. | |
To see the complete list of style rules that are applied by ESLint, review the [.eslintrc.json](.eslintrc.json) file in the root of the project. |
…me to main (w3c#1779) * update files to use main * updated readme with suggestions * updated readme with suggestions
…me to main (w3c#1779) * update files to use main * updated readme with suggestions * updated readme with suggestions
Resolves #1421