Skip to content

Add bhistory and bbookmarks scripts #188

Add bhistory and bbookmarks scripts

Add bhistory and bbookmarks scripts #188

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck on my scripts
run: |
shellcheck --external-sources scripts/{gut,my,pastebin,screenshot,showip,wallpaper}
# - name: Install dependencies
# run: |
# sudo apt install equivs
# - name: Build meta packages
# run: |
# equivs-build ./metapackages/
# mkdir ./metapackages-bin/
# mv ./*deb ./metapackages-bin/
# - name: Upload binaries to release
# uses: svenstaro/upload-release-action@v1-release
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: ./metapackages-bin/*.deb
# tag: ${{ github.ref }}
# overwrite: true
# file_glob: true