javascriptcore-rs 1.1.2

Rust bindings for the javacriptcore library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: covector status
on: [pull_request]

jobs:
  covector:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - name: covector status
        uses: jbolda/covector/packages/action@covector-v0
        id: covector
        with:
          command: 'status'