Skip to content

Commit

Permalink
Improved CI + fix lint (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jomier <[email protected]>
  • Loading branch information
jjomier authored Jan 30, 2024
1 parent 954530b commit cf54c8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: ./run install_lint_deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run metadata_validator.py
run: python utilities/metadata_validator.py
4 changes: 2 additions & 2 deletions .github/workflows/generate_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: 'github.io'

Expand All @@ -23,7 +23,7 @@ jobs:
run: python gather_metadata.py

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

import argparse
import os

Expand Down

0 comments on commit cf54c8f

Please sign in to comment.