Skip to content

docs: new logo & improved homepage #58

docs: new logo & improved homepage

docs: new logo & improved homepage #58

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rokit
uses: CompeyDev/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Selene
run: |
selene lib/
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rokit
uses: CompeyDev/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Stylua
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.20.0
args: --check lib/