diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml new file mode 100644 index 0000000..876c6ad --- /dev/null +++ b/.github/workflows/pylint.yml @@ -0,0 +1,15 @@ +--- +name: 'Pylint GitHub Actions' + +# yamllint disable-line rule:truthy +on: [push, pull_request] + +jobs: + pylint: + name: 'Pylint' + runs-on: ubuntu-latest + steps: + - name: 'Checkout' + uses: actions/checkout@master + - name: GitHub Action for pylint + uses: cclauss/GitHub-Action-for-pylint@0.7.0 diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 39c49f8..c4894bd 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -18,5 +18,3 @@ jobs: yamllint_config_filepath: './.yamllint' yamllint_strict: false yamllint_comment: true -# env: -# GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN } diff --git a/setup_desk_minni.yml b/setup_desk_minni.yml index 3a573a0..dec07ef 100644 --- a/setup_desk_minni.yml +++ b/setup_desk_minni.yml @@ -21,7 +21,7 @@ hosts: desk_minni.local roles: - {role: akku-warning, tags: akku} - # - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} + # - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: openvpn, tags: ovpn} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} @@ -32,7 +32,7 @@ - {role: ntp, tags: ntp} - {role: xrandr, tags: xrandr} - {role: arch-fonts, tags: fonts} - # - {role: winehq, tags: wine} + # - {role: winehq, tags: wine} - {role: no-sleep, tags: sleep} - {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]} - {role: do1jlr.avahi_client, tags: [avahi_client, mdns]} diff --git a/setup_l14.yml b/setup_l14.yml index e87c712..3fc3975 100644 --- a/setup_l14.yml +++ b/setup_l14.yml @@ -22,7 +22,7 @@ hosts: l14.local roles: - {role: akku-warning, tags: akku} -# - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} + # - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: openvpn, tags: ovpn} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} @@ -33,7 +33,7 @@ - {role: ntp, tags: ntp} - {role: xrandr, tags: xrandr} - {role: arch-fonts, tags: fonts} -# - {role: winehq, tags: wine} + # - {role: winehq, tags: wine} - {role: no-sleep, tags: sleep} - {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]} - {role: do1jlr.avahi_client, tags: [avahi_client, mdns]} diff --git a/setup_t460p.yml b/setup_t460p.yml index 6bf5acf..00f38a8 100644 --- a/setup_t460p.yml +++ b/setup_t460p.yml @@ -21,7 +21,7 @@ hosts: t460p.local roles: - {role: akku-warning, tags: akku} -# - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} + # - {role: pulseaudio, tags: [pulse, audio, pulseaudio]} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: openvpn, tags: ovpn} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}