Skip to content

[Snyk] Upgrade material-symbols from 0.14.5 to 0.16.0 #339

[Snyk] Upgrade material-symbols from 0.14.5 to 0.16.0

[Snyk] Upgrade material-symbols from 0.14.5 to 0.16.0 #339

Workflow file for this run

name: ts-standard
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
ts-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: npm i
- name: Run ts-standard test
run: npm run test