Skip to content

Bump tokio-tungstenite from 0.17.1 to 0.19.0 #5

Bump tokio-tungstenite from 0.17.1 to 0.19.0

Bump tokio-tungstenite from 0.17.1 to 0.19.0 #5

Workflow file for this run

name: Check licenses
on:
pull_request:
jobs:
check-licenses:
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '16.19.0'
registry-url: 'https://npm.pkg.github.com'
scope: '@paritytech'
- name: Check the licenses
run: |
shopt -s globstar
npx @paritytech/[email protected] scan \
--ensure-licenses Apache-2.0 \
--ensure-licenses GPL-3.0-only \
./**/*.rs
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}