Skip to content

Add Positron manifest #8

Add Positron manifest

Add Positron manifest #8

Workflow file for this run

on:
pull_request:
types: [ opened ]
name: Pull requests
jobs:
pullRequestHandler:
name: Pull Request Validator
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Pull Request Validator
uses: ScoopInstaller/Scoop-GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}