Skip to content

Commit 3a46b9f

Browse files
authored
master -> main (#343)
1 parent 1431dde commit 3a46b9f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
script: tox
3232
branches:
3333
only:
34-
- master
34+
- main
3535
notifications:
3636
email: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pydocstyle_report.txt: $(PYSOURCES)
8282
pydocstyle setup.py $^ > $@ 2>&1 || true
8383

8484
diff_pydocstyle_report: pydocstyle_report.txt
85-
diff-quality --violations=pycodestyle --fail-under=100 $^
85+
diff-quality --compare-branch=main --violations=pycodestyle --fail-under=100 $^
8686

8787
## format : check/fix all code indentation and formatting (runs black)
8888
format:

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
|Linux Build Status| |Windows Build status| |Code coverage| |CII Best Practices|
22

3-
.. |Linux Build Status| image:: https://img.shields.io/travis/common-workflow-language/schema_salad/master.svg?label=unix%20build
3+
.. |Linux Build Status| image:: https://img.shields.io/travis/common-workflow-language/schema_salad/main.svg?label=unix%20build
44
:target: https://travis-ci.org/common-workflow-language/schema_salad
5-
.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/mr-c/schema-salad/master.svg?label=windows%20build
6-
:target: https://ci.appveyor.com/project/mr-c/schema-salad/branch/master
7-
.. |Code coverage| image:: https://codecov.io/gh/common-workflow-language/schema_salad/branch/master/graph/badge.svg
5+
.. |Windows Build status| image:: https://img.shields.io/appveyor/ci/mr-c/schema-salad/main.svg?label=windows%20build
6+
:target: https://ci.appveyor.com/project/mr-c/schema-salad/branch/main
7+
.. |Code coverage| image:: https://codecov.io/gh/common-workflow-language/schema_salad/branch/main/graph/badge.svg
88
:target: https://codecov.io/gh/common-workflow-language/schema_salad
99
.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/1867/badge
1010
:target: https://bestpractices.coreinfrastructure.org/projects/1867
@@ -210,7 +210,7 @@ provides for robust support of inline documentation.
210210

211211
.. _JSON-LD: http://json-ld.org
212212
.. _Avro: http://avro.apache.org
213-
.. _metaschema: https://github.com/common-workflow-language/schema_salad/blob/master/schema_salad/metaschema/metaschema.yml
213+
.. _metaschema: https://github.com/common-workflow-language/schema_salad/blob/main/schema_salad/metaschema/metaschema.yml
214214
.. _specification: http://www.commonwl.org/v1.0/SchemaSalad.html
215-
.. _Language: https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/CommandLineTool.yml
215+
.. _Language: https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/CommandLineTool.yml
216216
.. _RDF: https://www.w3.org/RDF/

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ on_finish:
4949
5050
branches:
5151
only:
52-
- master
52+
- main

0 commit comments

Comments
 (0)