File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed
Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 88 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests
99 pull_request :
1010 branches :
11- - master
11+ - main
1212
1313jobs :
1414 report-build-size-diff :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint
33on :
44 pull_request :
55 branches :
6- - master
6+ - main
77
88jobs :
99 lint :
Original file line number Diff line number Diff line change 1-
21# Because we want to easily inspect the
32
43name : Post Diff Comment
1110 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests
1211 pull_request :
1312 branches :
14- - master
13+ - main
1514
1615jobs :
1716 post-diff-comment :
2726 yarn workspace infima build
2827 mv packages/core/dist packages/core/dist-branch
2928
30- git fetch origin master
31- git checkout master
29+ git fetch origin main
30+ git checkout main
3231 yarn workspace infima build
3332 yarn install
3433
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We want to make contributing to this project as easy and transparent as possible
66
77We actively welcome your pull requests.
88
9- 1 . Fork the repo and create your branch from ` master ` .
9+ 1 . Fork the repo and create your branch from ` main ` .
10102 . If you've added code that should be tested, add tests.
11113 . If you've changed APIs, update the documentation.
12124 . Ensure the test suite passes.
Original file line number Diff line number Diff line change 11# Publish process
22
3- On ` master ` (or a feature branch):
3+ On ` main ` (or a feature branch):
44
551 . ` git pull `
661 . ` yarn install `
Original file line number Diff line number Diff line change 1- # [ Infima] ( https://infima.dev/ ) · ; [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/facebookincubator/infima/blob/master /LICENSE ) [ ![ npm version] ( https://img.shields.io/npm/v/infima.svg?style=flat )] ( https://www.npmjs.com/package/infima )
1+ # [ Infima] ( https://infima.dev/ ) · ; [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/facebookincubator/infima/blob/main /LICENSE ) [ ![ npm version] ( https://img.shields.io/npm/v/infima.svg?style=flat )] ( https://www.npmjs.com/package/infima )
22
33> ⚠️ Infima is not yet ready for production use and is being developed alongside [ Docusaurus 2] ( https://docusaurus.io/ ) .
44
You can’t perform that action at this time.
0 commit comments