Skip to content

update supported encodings #95

update supported encodings

update supported encodings #95

Workflow file for this run

# name: PR
# on: [pull_request]
# jobs:
# pr:
# strategy:
# matrix:
# step: ['lint', 'test', 'build:code', 'build:i18n', 'build:electron']
# name: ${{ matrix.step }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e
# - name: ${{ matrix.step }}
# run: |
# yarn install --immutable | grep -v 'YN0013'
# yarn ${{ matrix.step }}