Skip to content

chore(deps): update fro-bot/agent action to v0.30.0 #1515

chore(deps): update fro-bot/agent action to v0.30.0

chore(deps): update fro-bot/agent action to v0.30.0 #1515

Workflow file for this run

# Continuous Integration jobs for changes headed to main.
---
name: Main
on:
pull_request:
branches: [main]
types: [opened, ready_for_review, reopened, synchronize]
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
defaults:
run:
shell: bash -Eeuo pipefail {0}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: ⤵ Checkout Branch
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
ref: ${{ github.head_ref }}
- name: 📦 Setup
uses: ./.github/actions/setup
- env:
TIMING: 1
name: 💅🏽 Lint
run: pnpm lint