dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

ubuntu-latest.yml (451B)


      1 name: paredit test
      2 
      3 on:
      4   push:
      5     paths-ignore:
      6     - .gitignore
      7     - COPYING
      8     - CREDITS
      9     - NEWS
     10   pull_request:
     11     paths-ignore:
     12     - .gitignore
     13     - COPYING
     14     - CREDITS
     15     - NEWS
     16 
     17 jobs:
     18   check:
     19     runs-on: ubuntu-latest
     20     steps:
     21     - name: checkout
     22       uses: actions/checkout@v3
     23     - name: install emacs
     24       run: >
     25         sudo apt-get update &&
     26         sudo apt-get install emacs
     27     - name: check.sh
     28       run: ./check.sh