Skip to content

Translated the Maintaining Balance for Open Source Maintainers article and Security Best Practices article, placed missed article under all language folders #2411

Translated the Maintaining Balance for Open Source Maintainers article and Security Best Practices article, placed missed article under all language folders

Translated the Maintaining Balance for Open Source Maintainers article and Security Best Practices article, placed missed article under all language folders #2411

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request:
merge_group:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/[email protected]
- name: Bootstrap
run: script/bootstrap
env:
SKIP_BUNDLER: true
- name: Tests
run: script/test