Skip to content

feat: define volountary membership contribution guidelines (#112) #393

feat: define volountary membership contribution guidelines (#112)

feat: define volountary membership contribution guidelines (#112) #393

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install
run: npm ci
- name: Check
run: npm run check
- name: Build
if: (${{ success() }} || ${{ failure() }})

Check warning on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Workflow syntax warning

.github/workflows/ci.yml (Line: 25, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
run: npm run build