Skip to content

[Bug report] 下滑一段距离后再上滑,页面发生重新布局导致组件乱跳 #29

[Bug report] 下滑一段距离后再上滑,页面发生重新布局导致组件乱跳

[Bug report] 下滑一段距离后再上滑,页面发生重新布局导致组件乱跳 #29

Workflow file for this run

name: No Free usage issue checker
on:
issues:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check issue actor
uses: ./
with:
repo: $GITHUB_REPOSITORY
user: $GITHUB_ACTOR
token: ${{ secrets.GITHUB_TOKEN }}