Skip to content

Add HasPermission decorator #19

Add HasPermission decorator

Add HasPermission decorator #19

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2
- run: yarn
- run: yarn test