Skip to content

chore(deps): update xt0rted/pull-request-comment-branch action to v3 #43

chore(deps): update xt0rted/pull-request-comment-branch action to v3

chore(deps): update xt0rted/pull-request-comment-branch action to v3 #43

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}