Skip to content

AndrewMamdouh is running Lint #13

AndrewMamdouh is running Lint

AndrewMamdouh is running Lint #13

Workflow file for this run

permissions: read-all
name: Lint
run-name: ${{ github.actor }} is running ${{ github.workflow }}
on: [push]
jobs:
trunk-check:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
cache: yarn
- name: Install Dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Trunk Check
run: yarn run trunk:check