Skip to content

Update dependency o2sh/onefetch to v2.23.0 (#446) #1297

Update dependency o2sh/onefetch to v2.23.0 (#446)

Update dependency o2sh/onefetch to v2.23.0 (#446) #1297

Workflow file for this run

name: CI
on:
push:
jobs:
checks:
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v4
- name: Format Lua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.20.0
args: --check --allow-hidden .
- name: Format Others
uses: dprint/check@v2.2