Bump rollup from 2.52.1 to 3.29.5 in /plugins/CustomEntitySyntax #389
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
name: Run Tests | |
on: | |
push: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-and-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/[email protected] | |
with: | |
persist-credentials: false | |
- name: Setup Deno 🚧 | |
uses: denolib/setup-deno@v2 | |
with: | |
deno-version: v1.23.X | |
- name: Run Tests 🔧 | |
run: | | |
deno task test |