Skip to content

Remove 'locked' field from DNS Record spec as it's no longer returned by the API #102

Remove 'locked' field from DNS Record spec as it's no longer returned by the API

Remove 'locked' field from DNS Record spec as it's no longer returned by the API #102

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
rustfmt:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Formatting
run: cargo fmt --all -- --check
- name: Check for idiomatic code
run: cargo clippy --all --all-features -- -D warnings