Skip to content

Fixes and updates for the most recent version of SteamOS (#14) #39

Fixes and updates for the most recent version of SteamOS (#14)

Fixes and updates for the most recent version of SteamOS (#14) #39

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-node@v3
- run: npm ci
- name: Run linters
uses: wearerequired/lint-action@v2
with:
stylelint: true