Skip to content

Initial commit: resqui GitHub Action #1

Initial commit: resqui GitHub Action

Initial commit: resqui GitHub Action #1

Workflow file for this run

name: Test Action
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run resqui action (self-test)
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}