Skip to content

Protected call on task.cancel #295

Protected call on task.cancel

Protected call on task.cancel #295

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 code
uses: actions/checkout@v3
- name: Install Aftman
uses: ok-nick/setup-aftman@v0
- name: Lint
run: |
selene ./modules
style:
name: Styling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.16.0
args: --check ./modules