identifiers 1.0.1

Utilities for working with rust identifiers and keywords.
Documentation
name: "cargo publish"

on:
  release:
    types: [published]
    
env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Login
      run: cargo login ${{ secrets.CRATES_TOKEN }}
    - name: Run tests
      run: cargo publish