Skip to content

Well hydra needs some fixes it seems, or i have the wrong install for… #3

Well hydra needs some fixes it seems, or i have the wrong install for…

Well hydra needs some fixes it seems, or i have the wrong install for… #3

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Stylua
uses: JohnnyMorganz/stylua-action@v1.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .