Skip to content

Feat/cs/escape html #249

Feat/cs/escape html

Feat/cs/escape html #249

Workflow file for this run

name: Test
on:
pull_request:
branches:
- release
- develop
env:
CARGO_TERM_COLOR: always
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Lint
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features
- name: Build
uses: actions-rs/cargo@v1
with:
command: build