Skip to content

fix: add powf and powi to rust dictionary #5667

fix: add powf and powi to rust dictionary

fix: add powf and powi to rust dictionary #5667

Workflow file for this run

name: cspell-action
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- uses: streetsidesoftware/cspell-action@v6.2.0