Rename build to stats (as it generates stats, not a build)

This commit is contained in:
James Salter 2021-10-19 13:20:32 +01:00
parent 90c18aca5d
commit bbdfb54903

View file

@ -16,7 +16,7 @@ jobs:
- run: yarn lint:js - run: yarn lint:js
- run: yarn lint:types - run: yarn lint:types
- run: yarn lint:style - run: yarn lint:style
build: stats:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -54,7 +54,7 @@ jobs:
- run: yarn install - run: yarn install
- run: yarn diff-i18n - run: yarn diff-i18n
package: package:
needs: [lint, build, tests, i18n] needs: [lint, stats, tests, i18n]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2