Skip to content

Commit 59faa98

Browse files
committed
Update workflow
1 parent 35a843f commit 59faa98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml renamed to .github/workflows/lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Lint
22
on: [push, pull_request]
33
env:
44
BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master
@@ -10,5 +10,11 @@ jobs:
1010
- uses: actions/setup-python@v1
1111
with:
1212
python-version: 3.6
13+
- uses: actions/cache@v1
14+
with:
15+
path: ~/.cache/pip
16+
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/lint.yml') }}
17+
restore-keys: |
18+
${{ runner.os }}-pip-
1319
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
1420
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -

0 commit comments

Comments
 (0)