Skip to content

@wesp-up/eslint-config@1.0.1 #61

@wesp-up/eslint-config@1.0.1

@wesp-up/eslint-config@1.0.1 #61

Workflow file for this run

name: Main
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build and Publish
timeout-minutes: 15
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
REGISTRY_EMAIL: ${{ secrets.REGISTRY_EMAIL }}
REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
steps:
- name: 🥼 Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: 🔧 Build
run: .ci/build.sh
- name: 🧪 Validate
run: .ci/run.sh npm run ci
- name: 🚀 Publish
run: .ci/publish.sh