Skip to content

capitalize Decrediton product name on windows #928

capitalize Decrediton product name on windows

capitalize Decrediton product name on windows #928

Workflow file for this run

name: Build and Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v3.1.0
- name: Set up Go
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v3.2.1
with:
go-version: 1.19
- name: Use nodejs ${{ matrix.node-version }}
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v3.5.1
with:
node-version: ${{ matrix.node-version }}
- name: yarn
run: yarn --network-concurrency 1
- name: linter checks
run: yarn lint
- name: prettify diff
run: yarn prettify:diff
- name: tests
run: yarn test
env:
CI: true
- name: build
run: yarn build
- name: check i18n dupes
run: yarn i18n-check-dupes