Skip to content

fix: replace borrow() by &*addr_of!() #131

fix: replace borrow() by &*addr_of!()

fix: replace borrow() by &*addr_of!() #131

Workflow file for this run

name: License Scanning
on:
- pull_request
- push
jobs:
fossa:
# This job is only useful when run on upstream
if: github.repository == 'nginxinc/ngx-rust' || github.event_name == 'workflow_dispatch'
name: FOSSA scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}