Skip to content

Fix openstack_compute_floatingip_associate_v2 deprecation #8

Fix openstack_compute_floatingip_associate_v2 deprecation

Fix openstack_compute_floatingip_associate_v2 deprecation #8

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: keypair
only_warn: 1