Skip to content

Add the ability to star pull requests #35

Add the ability to star pull requests

Add the ability to star pull requests #35

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request_target: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint