Update i18n.yml
This commit is contained in:
parent
09c89340e3
commit
0d43d97f81
|
@ -10,17 +10,12 @@ on:
|
||||||
default: 'false'
|
default: 'false'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
xgo:
|
build:
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
go_version:
|
|
||||||
- 1.17.1
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
Loading…
Reference in New Issue