Add configuration for .cjs
and .mjs
files
#91
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
name: CI | |
on: pull_request | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
# Check out, and set up the node/ruby infra | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-node@v1 | |
# Get local dependencies | |
- run: npm install | |
- run: npm run createIcons | |