Skip to content

fix: upgrade material-icons from 0.3.1 to 0.7.7 #8

fix: upgrade material-icons from 0.3.1 to 0.7.7

fix: upgrade material-icons from 0.3.1 to 0.7.7 #8

Workflow file for this run

name: Build and Scan
on:
pushes:
pull_requests:
jobs:
build:
runs-on: ubuntu-20.04
steps:
-name: check out code
uses: actions/ckeckout@v2

Check failure on line 10 in .github/workflows/builder.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/builder.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Install node.js 14.x
uses : actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm clean-install