We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e81c9 commit f49df96Copy full SHA for f49df96
.github/workflows/ci.yml
@@ -0,0 +1,13 @@
1
+on: [push, pull_request]
2
+env:
3
+ BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - uses: actions/setup-python@v1
10
+ with:
11
+ python-version: 3.6
12
+ - run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
13
+ - run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
.travis.yml
0 commit comments