Skip to content

ci: check out reusable workflow's own actions at the called ref (#141) #450

ci: check out reusable workflow's own actions at the called ref (#141)

ci: check out reusable workflow's own actions at the called ref (#141) #450

Workflow file for this run

name: Project
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- run: yarn install
- run: yarn lint