Simplified YAML files for Github Actions workflows
Updated actions where needed
This commit is contained in:

committed by
Peter Scheibel

parent
1f7f076189
commit
c4f29c6384
5
.github/workflows/style_and_docs.yaml
vendored
5
.github/workflows/style_and_docs.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user