Skip to content

feat: create my first gh action #2

feat: create my first gh action

feat: create my first gh action #2

Workflow file for this run

name: "Is it nice PR?"
on:
pull_request:
branches:
- main
jobs:
nicepr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: nice pr?
uses: './ts/create-gh-actions'