feat(flat-string): add new package for simplifies the complex C structures that are part of a combined JavaScript string #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: Dependency Review | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
dependency-review: | |
name: Dependency Review | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: ⤵️ Checkout repository | |
uses: actions/checkout@v4.1.1 | |
- name: 🚀 Dependency Review | |
uses: actions/dependency-review-action@v3.1.4 |