Skip to content

Commit

Permalink
Merge pull request #19 from NextronSystems/v4
Browse files Browse the repository at this point in the history
V4
  • Loading branch information
redteampanda-ng committed Apr 2, 2024
2 parents bc7b369 + 2a5b689 commit 9e9facb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pre-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This workflow will install Python dependencies and check for broken links
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Manual Pre Checks

on:
push:
branches:
- "*"
pull_request:
branches:
- main
- v4
- v3
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: link-check
run: |
pip install -r requirements.txt
make linkcheck

0 comments on commit 9e9facb

Please sign in to comment.