Skip to content

Bump lwhiteley/dependent-jobs-result-check from 2.0.1 to 3.0.0 #142

Bump lwhiteley/dependent-jobs-result-check from 2.0.1 to 3.0.0

Bump lwhiteley/dependent-jobs-result-check from 2.0.1 to 3.0.0 #142

Workflow file for this run

---
name: Lint Code
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test1:
name: Test Full
needs: lint
uses: pyanodon/pyanodontests/.github/workflows/pytest.yml@main
with:
test_ref: main
secrets: inherit
# test2:
# name: Test PyAl
# needs: lint
# uses: pyanodon/pyanodontests/.github/workflows/pytest.yml@main
# with:
# repository: "pyanodon/pyalienlife"
# ref: "master"
# test_ref: main
# secrets: inherit