refactor: repo (#1070)
This commit is contained in:
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
@@ -5,7 +5,7 @@ queries:
|
||||
- uses: ./.github/codeql/custom-queries/javascript
|
||||
|
||||
paths:
|
||||
- app/assets/javascripts
|
||||
- packages/web/src/javascripts
|
||||
|
||||
paths-ignore:
|
||||
- bin
|
||||
|
||||
8
.github/workflows/beta.yml
vendored
8
.github/workflows/beta.yml
vendored
@@ -11,10 +11,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.8
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
- name: Bundle
|
||||
run: yarn bundle
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
|
||||
10
.github/workflows/dev.yml
vendored
10
.github/workflows/dev.yml
vendored
@@ -15,10 +15,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.8
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
- name: Bundle
|
||||
run: yarn bundle
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
@@ -35,7 +39,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.development public/robots.txt
|
||||
run: cp packages/web-server/public/robots.txt.development packages/web-server/public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
|
||||
8
.github/workflows/pr.yml
vendored
8
.github/workflows/pr.yml
vendored
@@ -12,10 +12,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.8
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
- name: Bundle
|
||||
run: yarn bundle
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
|
||||
10
.github/workflows/prod.yml
vendored
10
.github/workflows/prod.yml
vendored
@@ -14,10 +14,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.8
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
- name: Bundle
|
||||
run: yarn bundle
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
@@ -33,7 +37,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.production public/robots.txt
|
||||
run: cp packages/web-server/public/robots.txt.production packages/web-server/public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
|
||||
Reference in New Issue
Block a user