Skip to content

feat: useThread and useCoroutine #4

feat: useThread and useCoroutine

feat: useThread and useCoroutine #4

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 src/
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 src/