I hereby claim:
- I am lukemathwalker on github.
- I am lukemathwalker (https://keybase.io/lukemathwalker) on keybase.
- I have a public key ASCK705Ubq3v6NAJOqHbVewiei1nyOPQda_yIMcF9yOAgQo
To claim this, I am signing this object:
font: | |
normal: | |
family: firacode | |
style: Regular | |
bold: | |
family: firacode | |
style: Bold | |
italic: |
add_newline = true | |
format = """\ | |
$username\ | |
$memory_usage\ | |
$hostname\ | |
$directory\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ |
name: Security audit | |
on: | |
push: | |
paths: | |
- '**/Cargo.toml' | |
- '**/Cargo.lock' | |
jobs: | |
security_audit: | |
runs-on: ubuntu-latest | |
steps: |
image: "rust:latest" | |
default: | |
before_script: | |
- rustc --version | |
- cargo --version | |
stages: | |
- test |
name: Security audit | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
push: | |
paths: | |
- '**/Cargo.toml' | |
- '**/Cargo.lock' | |
jobs: | |
security_audit: |
language: rust | |
cache: cargo | |
rust: | |
- stable | |
before_cache: | | |
cargo install cargo-tarpaulin | |
before_script: | |
- rustup component add rustfmt | |
- rustup component add clippy | |
- cargo install cargo-audit |
version: 2 | |
jobs: | |
build-and-test: | |
docker: | |
- image: cimg/rust:1.69 | |
environment: | |
# Fail the build if there are warnings | |
RUSTFLAGS: '-D warnings' | |
steps: | |
- checkout |
name: CI | |
on: | |
push | |
jobs: | |
deploy: | |
runs-on: ubuntu-18.04 | |
steps: | |
- uses: actions/checkout@v2 |
Plug 'easymotion/vim-easymotion' | |
let mapleader=" " | |
set easymotion | |
nmap <space><space>s :action KJumpAction<cr> | |
nmap <space><space>w :action KJumpAction.Word0<cr> | |
nmap <space><space>l :action KJumpAction.Line<cr> | |
set hlsearch |
I hereby claim:
To claim this, I am signing this object: