Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

testsssss: allowed types removal #1224

testsssss: allowed types removal

testsssss: allowed types removal #1224

Workflow file for this run

name: Pull request
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}