Skip to content

AndrewMamdouh is running Lint #2

AndrewMamdouh is running Lint

AndrewMamdouh is running Lint #2

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:
- uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Trunk Check
uses: trunk-io/[email protected]