Skip to content

update

update #6

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install
uses: Borales/[email protected]
with:
cmd: install
- name: Prettier
uses: Borales/[email protected]
with:
cmd: prettier:check
- name: ESLint
uses: Borales/[email protected]
with:
cmd: lint
- name: Build
uses: Borales/[email protected]
with:
cmd: build:release