This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
chore(deps): update dependency terser to v5.21.0 #1441
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
on: push | |
name: Builder | |
jobs: | |
build-and-test: | |
name: BazelBuildAndTest | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Bazel build | |
uses: ngalaiko/bazel-action/1.2.1@master | |
with: | |
args: build //... | |
- name: Bazel test | |
uses: ngalaiko/bazel-action/1.2.1@master | |
with: | |
args: test //... |