Skip to content

Commit

Permalink
update actions in validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 10, 2024
1 parent b730389 commit 3675f6c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: Validation

on:
pull_request:

branches:
- main

jobs:
pre_commit:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.0.0
with:
python-version: "3.8"
- uses: pre-commit/action@v3.0.0

docs_link_check:
Expand All @@ -20,9 +23,9 @@ jobs:
contents: read
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v1.4.1
uses: lycheeverse/lychee-action@v1.9.1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down

0 comments on commit 3675f6c

Please sign in to comment.