Skip to content

chore(deps): update all ci non-major dependencies #46

chore(deps): update all ci non-major dependencies

chore(deps): update all ci non-major dependencies #46

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# unit tests
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# test action works running from the graph
action:
name: Test / Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
dry-run: "true"
major-version: 123