Skip to content

chore(deps): bump resend from 1.1.0 to 1.2.0 in /apps/api #576

chore(deps): bump resend from 1.1.0 to 1.2.0 in /apps/api

chore(deps): bump resend from 1.1.0 to 1.2.0 in /apps/api #576

Workflow file for this run

name: API Lint
on:
push:
paths:
- "apps/api/**"
pull_request:
paths:
- "apps/api/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Ruff lint
uses: chartboost/ruff-action@v1
with:
src: "./apps/api"