diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index ecf7b48..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2.0 - -jobs: - build: - docker: - - image: circleci/python:latest - working_directory: ~/dotfiles - steps: - - checkout - - run: ./scripts/setup.sh - - run: git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur --depth=1 - - run: ./scripts/lint.sh diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..75af32b --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,17 @@ +name: Lint + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Set up Python 3.7 + uses: actions/setup-python@v1 + with: + python-version: 3.7 + - name: Install dependencies + run: ./scripts/setup.sh + - name: Run linters + run: ./scripts/lint.sh diff --git a/README.md b/README.md index fb5bdf1..824d2d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dotfiles -[![CircleCI](https://circleci.com/gh/RealOrangeOne/dotfiles.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/dotfiles) +![](https://github.com/RealOrangeOne/dotfiles/workflows/Lint/badge.svg) Settings and Preferences for transfer between machines