8000 chore: combine the if statements into one (#5785) · lodash/lodash@6a2cc1d · GitHub
[go: up one dir, main page]

Skip to content

chore: combine the if statements into one (#5785) #350

chore: combine the if statements into one (#5785)

chore: combine the if statements into one (#5785) #350

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.2
- run: bun install
0