mirror of
https://github.com/ru-de/faq.git
synced 2024-11-09 12:11:02 +00:00
50488f0282
* test github action * add repo filter to protect forks * add repo filter to protect forks * test commit * fetch * depth 100 * sort dictionary * sort dict * dictionary rearrangement * sort dict * dictionary rearrangement * add update gh-pages on github actions * move update on master push from travis to gh actions * right exit code * test * drop test * drop unused * go is not required Co-authored-by: Github Actions <actions@github.com>
20 lines
352 B
YAML
20 lines
352 B
YAML
language: go
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
git:
|
|
depth: 3
|
|
submodules: false
|
|
|
|
install:
|
|
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
|
- sudo env PATH=$PATH GOPATH=$GOPATH bash files/check-install.sh
|
|
|
|
script:
|
|
- bash files/check.sh
|
|
|
|
notifications:
|
|
email: false
|