summaryrefslogtreecommitdiff
path: root/.github/workflows/style_and_docs.yaml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2020-07-29 10:18:20 +0200
committerPeter Scheibel <scheibel1@llnl.gov>2020-07-29 11:23:34 -0700
commitc4f29c63844b6eaf5eae03f6749639f04bf19f72 (patch)
treeb166147c3e7f18f21cc5231fd3a2de0d1c62bc75 /.github/workflows/style_and_docs.yaml
parent1f7f076189442d0fa7a345075bd25a4640cf43bc (diff)
downloadspack-c4f29c63844b6eaf5eae03f6749639f04bf19f72.tar.gz
spack-c4f29c63844b6eaf5eae03f6749639f04bf19f72.tar.bz2
spack-c4f29c63844b6eaf5eae03f6749639f04bf19f72.tar.xz
spack-c4f29c63844b6eaf5eae03f6749639f04bf19f72.zip
Simplified YAML files for Github Actions workflows
Updated actions where needed
Diffstat (limited to '.github/workflows/style_and_docs.yaml')
-rw-r--r--.github/workflows/style_and_docs.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/style_and_docs.yaml b/.github/workflows/style_and_docs.yaml
index 8bb6d2162a..9fee85b163 100644
--- a/.github/workflows/style_and_docs.yaml
+++ b/.github/workflows/style_and_docs.yaml
@@ -11,13 +11,10 @@ on:
- releases/**
jobs:
validate:
-
runs-on: ubuntu-latest
-
steps:
- uses: actions/checkout@v2
- - name: Setup Python
- uses: actions/setup-python@v1
+ - uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Python Packages