Skip to content

Hotfix issue with confirm/cancel buttons missing emojis #588

Hotfix issue with confirm/cancel buttons missing emojis

Hotfix issue with confirm/cancel buttons missing emojis #588

Workflow file for this run

name: test
on:
push:
branches:
- '**'
- '!l10n_master'
tags:
- '*.*.*'
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: test
run: go test ./...