Skip to content

fix(scroll): disable scroll animation for dashboard filetypes #50

fix(scroll): disable scroll animation for dashboard filetypes

fix(scroll): disable scroll animation for dashboard filetypes #50

Workflow file for this run

name: LuaRocks release
on:
push:
tags:
- "*"
pull_request:
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}