Skip to content

Renaming references from osx to macos (#340) #41

Renaming references from osx to macos (#340)

Renaming references from osx to macos (#340) #41

Workflow file for this run

name: Checks (Stable)
on:
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
lint:
name: Lint
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- run: ./sx lint
shell: bash
tests:
name: Tests
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- run: ./sx test
shell: bash